Skip to content

Commit

Permalink
CLI getName() is not nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 29, 2015
1 parent 9d7a1a2 commit f43a672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/vertx/core/cli/CLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ static CLI create(Class<?> clazz) {
/**
* @return the CLI name.
*/
@Nullable
String getName();

/**
Expand Down

0 comments on commit f43a672

Please sign in to comment.