tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / drawings / impl / FontImpl.java
index b0f935a9bb36b1f6e55cd8e22be17db90b7c9e4c..789dda7567f2583a06998084b9dafdf6488032cc 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
@@ -65,6 +65,7 @@ public class FontImpl implements IFont {
     // ------------------------------------------------------------------------
     // Methods
     // ------------------------------------------------------------------------
+
     /**
      * Returns a font implementation based system font.
      *
@@ -74,19 +75,11 @@ public class FontImpl implements IFont {
         return new FontImpl(Display.getDefault().getSystemFont());
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont#getFont()
-     */
     @Override
     public Object getFont() {
         return fFont;
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont#dispose()
-     */
     @Override
     public void dispose() {
         if (fFont != null) {
This page took 0.025739 seconds and 5 git commands to generate.