Clean and comments.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / jcr / JcrUiUtils.java
index 32ae1a7005ecd0d3e488c568abf6e77eef6c80a7..dd571ae6e75dd44437618029d949d879670f392f 100644 (file)
@@ -28,7 +28,6 @@ public class JcrUiUtils {
        public static boolean setJcrProperty(Node node, String propName,
                        int propertyType, Object value) {
                try {
-                       // int propertyType = getPic().getProperty(propName).getType();
                        switch (propertyType) {
                        case PropertyType.STRING:
                                if ("".equals((String) value)
@@ -93,7 +92,7 @@ public class JcrUiUtils {
 
        /**
         * Creates a new selection adapter in order to provide sorting abitily on a
-        * swt table that display a row list
+        * SWT Table that display a row list
         **/
        public static SelectionAdapter getRowSelectionAdapter(final int index,
                        final int propertyType, final String selectorName,