remove Id keyword
[jSite2.git] / src / net / pterodactylus / jsite / gui / FontComboBox.java
index 02ec429..12805fc 100644 (file)
@@ -35,7 +35,6 @@ import javax.swing.ListCellRenderer;
  * 
  * @see GraphicsEnvironment#getAllFonts()
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class FontComboBox extends JComboBox {
 
@@ -65,7 +64,6 @@ public class FontComboBox extends JComboBox {
         * The cell renderer for the font name cells.
         * 
         * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
-        * @version $Id$
         */
        private static class FontCellRenderer extends JLabel implements ListCellRenderer {