Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jax committed Jun 1, 2017
1 parent 58864a3 commit b5ad0b0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/ublu/util/GetArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* <p>
* GetArgs breaks up the passed-in string into two lists, one of the plain
* arguments, and one of the option-argument pairs. GetArgs creates
* com.SoftWoehr.util.Argument objects of each of these entities.
* Argument objects of each of these entities.
*
* <p>
* Each option is identified by a single character preceded by an option
Expand Down Expand Up @@ -219,16 +219,6 @@ public String toString() {
return result;
}

/**
* shutdown() here does nothing.
*
* @see com.SoftWoehr.SoftWoehr#shutdown
* @return 0
*/
public int shutdown() {
return 0;
}

/**
* Return string of option introducers.
*
Expand Down

0 comments on commit b5ad0b0

Please sign in to comment.