Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-12-14 13:39:15 +0000
committerBenoit Maggi2017-12-14 13:39:15 +0000
commita397b00ba629a57b92c7442e266f81827b41ce07 (patch)
tree4f1d954797a702a700295c738b727ce830479eac /plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src
parentef349fa5b7a8eff25748a7cc8c8371c4bf86b525 (diff)
downloadorg.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.tar.gz
org.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.tar.xz
org.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.zip
Bug 528776 - [Quality] Remove auto-generated TODO
- remove: // TODO Auto-generated method stub // TODO Auto-generated constructor stub // TODO: Auto-generated Javadoc Change-Id: Ia754c343b5dd76c17b34d041ae938318b6030522 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src')
-rw-r--r--plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRule.java b/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRule.java
index 7c1839c1e12..24f657359cd 100644
--- a/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRule.java
+++ b/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRule.java
@@ -28,7 +28,7 @@ public class DefaultRule implements IRule<RuleConfiguration> {
*/
@Override
public boolean approveRequest(IEditCommandRequest request) {
- // TODO Auto-generated method stub
+
return true;
}

Back to the top