Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java')
-rwxr-xr-xplugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java
index f9dbc1d0514..686abd812b0 100755
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/SaveSortedColumnCommand.java
@@ -36,7 +36,7 @@ import org.eclipse.papyrus.infra.nattable.utils.NamedStyleConstants;
/**
* This command is used to save the sort of the colum
*
- * @since 6.7
+ * @since 7.0
*
*/
public class SaveSortedColumnCommand extends AbstractTransactionalCommand {

Back to the top