The @param tag(s) is/are incorrect for
java.awt.Toolkit.getFontPeer(String name, int style)
/**
* Creates this toolkit's implementation of <code>Font</code> using
* the specified peer interface.
* @param target the font to be implemented.
* @return this toolkit's implementation of <code>Font</code>.
* @see java.awt.Font
* @see java.awt.peer.FontPeer
* @see java.awt.GraphicsEnvironment#getAllFonts
* @deprecated see java.awt.GraphicsEnvironment#getAllFonts
*/
protected abstract FontPeer getFontPeer(String name, int style);
java.awt.Toolkit.getFontPeer(String name, int style)
/**
* Creates this toolkit's implementation of <code>Font</code> using
* the specified peer interface.
* @param target the font to be implemented.
* @return this toolkit's implementation of <code>Font</code>.
* @see java.awt.Font
* @see java.awt.peer.FontPeer
* @see java.awt.GraphicsEnvironment#getAllFonts
* @deprecated see java.awt.GraphicsEnvironment#getAllFonts
*/
protected abstract FontPeer getFontPeer(String name, int style);