ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / drawings / IImage.java
index 93a4e83b83029ec7df2776600ac350c5e2d1b42f..ec5db3fe100c2a05ee2155124780de9340c4bb32 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2013 IBM Corporation, Ericsson
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -27,11 +27,11 @@ public interface IImage {
      *
      * @return the color
      */
-    public Object getImage();
+    Object getImage();
 
     /**
      * Disposes the image
      */
-    public void dispose();
+    void dispose();
 
 }
This page took 0.036347 seconds and 5 git commands to generate.