commit | 1b07aab4bac1f58cd3fde8fa2d9a04503c241125 | [log] [tgz] |
---|---|---|
author | tkaiser <tkaiser> | Wed Jul 06 09:58:43 2011 +0000 |
committer | tkaiser <tkaiser> | Wed Jul 06 09:58:43 2011 +0000 |
tree | 9c66c81c061be29a48bf70f478f0e9576434cf4c | |
parent | 686026269e39992e9485788a8e97eaa8ce906935 [diff] |
.
diff --git a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java index 3aef667..6a87e23 100644 --- a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java +++ b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java
@@ -24,7 +24,8 @@ /** * In this class, we combine all reflection code introduced to make Graphiti run * in a lean RCP setup, that is, for instance without org.eclipse.ui.ide - * installed. + * installed. An alternative would be to use extension points which seems to be + * rather heavy-weight. */ @SuppressWarnings({ "unchecked", "rawtypes" }) public class ReflectionUtil {