Skip to content

Commit 8e548b7

Browse files
committed
Remove outdated doc
1 parent 76acd7d commit 8e548b7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/main/java/software/xdev/saveactions/core/service/impl/AbstractSaveActionsService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
* The psi files are ide wide, that means they are shared between projects (and editor windows), so we need to check if
4949
* the file is physically in that project before reformatting, or else the file is formatted twice and intellij will ask
5050
* to confirm unlocking of non-project file in the other project, see {@link Engine} for more details.
51-
*
52-
* @since 2.4.0
5351
*/
5452
abstract class AbstractSaveActionsService implements SaveActionsService
5553
{

src/main/java/software/xdev/saveactions/core/service/impl/SaveActionsDefaultService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* <p/>
1818
*
1919
* @see AbstractSaveActionsService
20-
* @since 2.4.0
2120
*/
2221
public final class SaveActionsDefaultService extends AbstractSaveActionsService
2322
{

src/main/java/software/xdev/saveactions/core/service/impl/SaveActionsJavaService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* <p/>
1919
*
2020
* @see AbstractSaveActionsService
21-
* @since 2.4.0
2221
*/
2322
public final class SaveActionsJavaService extends AbstractSaveActionsService
2423
{

0 commit comments

Comments
 (0)