]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleRawPage.java
Adapt after ui.dist after Argeo Commons upgrade. Build but do not start correctly.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / editors / BundleRawPage.java
index 7ddd0acf2a6eb60b6f4542bfb9557feef5bd2ad5..2853912db801053bac53998adf85d794f8f7987d 100644 (file)
@@ -47,10 +47,7 @@ import org.eclipse.ui.forms.editor.FormEditor;
 import org.eclipse.ui.forms.editor.FormPage;
 import org.eclipse.ui.forms.widgets.ScrolledForm;
 
-/**
- * Lists all properties of current bundle as a tree
- */
-
+/** List all properties of current bundle as a tree */
 public class BundleRawPage extends FormPage implements SlcNames, SlcTypes {
        // private final static Log log =
        // LogFactory.getLog(ArtifactDetailsPage.class);
@@ -147,6 +144,7 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes {
        // providers
        private class TreeLabelProvider extends ColumnLabelProvider implements
                        SlcTypes, SlcNames {
+               private static final long serialVersionUID = -6385445983392621937L;
 
                public void update(ViewerCell cell) {
                        try {
@@ -207,6 +205,8 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes {
        }
 
        private class TreeContentProvider implements ITreeContentProvider {
+               private static final long serialVersionUID = -4315686158836938052L;
+
                public Object[] getElements(Object parent) {
                        List<Object> elements = new ArrayList<Object>();