]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/views/SimpleTreeView.java
Introduce check-osgi profile
[lgpl/argeo-commons.git] / demo / plugins / org.argeo.demo.i18n / src / main / java / org / argeo / demo / i18n / views / SimpleTreeView.java
index 6d7d21ac67d3b6e581706b3990e40206dafd2c91..41b5b428847b3552988f47af7e94ca3084b26aa2 100644 (file)
@@ -1,7 +1,20 @@
+/*
+ * Copyright (C) 2007-2012 Mathieu Baudier
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.demo.i18n.views;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.argeo.demo.i18n.I18nDemoPlugin;
 import org.argeo.demo.i18n.providers.SimpleContentProvider;
 import org.argeo.demo.i18n.providers.SimpleLabelProvider;
@@ -24,8 +37,7 @@ import org.eclipse.ui.part.ViewPart;
  */
 
 public class SimpleTreeView extends ViewPart {
-       private final static Log log = LogFactory.getLog(SimpleTreeView.class);
-
+       // private final static Log log = LogFactory.getLog(SimpleTreeView.class);
        public final static String ID = I18nDemoPlugin.ID + ".simpleTreeView";
 
        // This page widgets
@@ -81,7 +93,5 @@ public class SimpleTreeView extends ViewPart {
        @Override
        public void setFocus() {
                // Do nothing for the time being.
-
        }
-
 }