Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2019-12-12 14:11:51 +0000
committerLaurent Redor2019-12-12 14:12:09 +0000
commit7fad2af245a7082b01ab95007b547f0534459761 (patch)
treeeb521c62c7122e46b0b04e0715c9bf07bbc65c76 /plugins/org.eclipse.sirius.diagram/src-core/org
parentc7a2c30017ef345c4a0480fead759bd9272dafe2 (diff)
downloadorg.eclipse.sirius-7fad2af245a7082b01ab95007b547f0534459761.tar.gz
org.eclipse.sirius-7fad2af245a7082b01ab95007b547f0534459761.tar.xz
org.eclipse.sirius-7fad2af245a7082b01ab95007b547f0534459761.zip
[552839] Fix typo and Javadoc problem of previous commit
Bug: 552839 Change-Id: Iaac1d233a55892b72dba8eff36a449f05a97070e Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.diagram/src-core/org')
-rw-r--r--plugins/org.eclipse.sirius.diagram/src-core/org/eclipse/sirius/diagram/tools/api/command/ChangeLayerActivationCommand.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.diagram/src-core/org/eclipse/sirius/diagram/tools/api/command/ChangeLayerActivationCommand.java b/plugins/org.eclipse.sirius.diagram/src-core/org/eclipse/sirius/diagram/tools/api/command/ChangeLayerActivationCommand.java
index bf2acfc57a..eed277483d 100644
--- a/plugins/org.eclipse.sirius.diagram/src-core/org/eclipse/sirius/diagram/tools/api/command/ChangeLayerActivationCommand.java
+++ b/plugins/org.eclipse.sirius.diagram/src-core/org/eclipse/sirius/diagram/tools/api/command/ChangeLayerActivationCommand.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010, 2017 THALES GLOBAL SERVICES.
+ * Copyright (c) 2010, 2019 THALES GLOBAL SERVICES.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
@@ -135,7 +135,7 @@ public final class ChangeLayerActivationCommand extends RecordingCommand {
}
/**
- * Return the list of layers activated or desactivated by the command Can be used to test if the command succeed
+ * Return the list of layers activated or deactivated by the command Can be used to test if the command succeed.
*/
@Override
public Collection<?> getResult() {

Back to the top