Skip to content

Commit

Permalink
Remove unnecessary interface, which can be confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Feb 29, 2012
1 parent dddcc76 commit a77011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/cli/GroovyCommand.java
Expand Up @@ -54,7 +54,7 @@
* @author Kohsuke Kawaguchi
*/
@Extension
public class GroovyCommand extends CLICommand implements Serializable {
public class GroovyCommand extends CLICommand {
@Override
public String getShortDescription() {
return Messages.GroovyCommand_ShortDescription();
Expand Down

0 comments on commit a77011e

Please sign in to comment.