Skip to content

Instantly share code, notes, and snippets.

@ClausPolanka
Created December 9, 2010 10:46
Show Gist options
  • Save ClausPolanka/734587 to your computer and use it in GitHub Desktop.
Save ClausPolanka/734587 to your computer and use it in GitHub Desktop.
Unnecessary comment, code ownership (author) and bad vertical formatting and unnecessary initialization
...
* <p>
* You can create a command, you can test it and you can execute it.
*
* @author rge
*/
public class LaunchCommand {
private String commandId = null;
private boolean bAvailable = false;
private String bmId = null;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment