Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2007-04-09 18:27:07 +0000
committercbateman2007-04-09 18:27:07 +0000
commit21ab0aadb46a5f6ca7fef3bf88a72d04304f2db3 (patch)
treee4549acec00a1b28c8fdb60640b3c35724d2e48e /jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java
parent2fb8da88db2d89715e2ea42ff360b25ba9c97f2f (diff)
downloadwebtools.jsf-21ab0aadb46a5f6ca7fef3bf88a72d04304f2db3.tar.gz
webtools.jsf-21ab0aadb46a5f6ca7fef3bf88a72d04304f2db3.tar.xz
webtools.jsf-21ab0aadb46a5f6ca7fef3bf88a72d04304f2db3.zip
Increased warning levels and fixed worst problems.
Diffstat (limited to 'jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java b/jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java
index 34946fa7c..87a511204 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java
+++ b/jsf/plugins/org.eclipse.jst.jsf.facesconfig/facesconfig/org/eclipse/jst/jsf/facesconfig/edit/provider/NavigationCaseTypeItemProvider.java
@@ -168,9 +168,9 @@ public class NavigationCaseTypeItemProvider
}
/**
- * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
+ * This specifies how to implement {@link #getChildren(Object)} and is used to deduce an appropriate feature for an
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
- * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
+ * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand(Object, org.eclipse.emf.edit.domain.EditingDomain, Class, org.eclipse.emf.edit.command.CommandParameter)}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
@@ -222,8 +222,8 @@ public class NavigationCaseTypeItemProvider
}
/**
- * This handles model notifications by calling {@link #updateChildren} to update any cached
- * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
+ * This handles model notifications by calling {@link #updateChildren(Notification)} to update any cached
+ * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged(Notification)}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated

Back to the top