Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2017-03-08 16:46:33 +0000
committerStéphane Bégaudeau2017-04-19 09:07:18 +0000
commit79dd2bc4413dc3d0de7b68319617b2d1e222d8bc (patch)
treeb25e3af90167b2c4c63d09c6395e1416fe3d48c5 /plugins/org.eclipse.eef.core/plugin.properties
parentcf865e177307774678976d2b0a6bc94dd1f0a647 (diff)
downloadorg.eclipse.eef-79dd2bc4413dc3d0de7b68319617b2d1e222d8bc.tar.gz
org.eclipse.eef-79dd2bc4413dc3d0de7b68319617b2d1e222d8bc.tar.xz
org.eclipse.eef-79dd2bc4413dc3d0de7b68319617b2d1e222d8bc.zip
[refactoring] Reduce the number of potential NPEs
Change-Id: I62a933320eb08dfe3df8e4f93d39cbc903dd753d Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.eef.core/plugin.properties')
-rw-r--r--plugins/org.eclipse.eef.core/plugin.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.eef.core/plugin.properties b/plugins/org.eclipse.eef.core/plugin.properties
index e8c4d7b9c..87c7c7015 100644
--- a/plugins/org.eclipse.eef.core/plugin.properties
+++ b/plugins/org.eclipse.eef.core/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2015, 2016 Obeo.
+# Copyright (c) 2015, 2017 Obeo.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,4 +10,3 @@ providerName = Eclipse Modeling Project
AbstractEEFWidgetController_InvalidValueForExpression=The expression ''{0}'' should return a value with the type {1}, it has returned instead {2}
-AbstractEEFWidgetController_NoCustomExpressionFoundForID=No custom expression found for the identifier ''{0}''. \ No newline at end of file

Back to the top