Skip to content

Instantly share code, notes, and snippets.

@ClausPolanka
Created December 9, 2010 10:12
Show Gist options
  • Save ClausPolanka/734564 to your computer and use it in GitHub Desktop.
Save ClausPolanka/734564 to your computer and use it in GitHub Desktop.
Redundant Comment in OrderOverviewHandler
/**
* Our sample handler extends AbstractHandler, an IHandler base class.
*
* @see org.eclipse.core.commands.IHandler
* @see org.eclipse.core.commands.AbstractHandler
*/
public class OrderOverviewHandler extends AbstractHandler {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment