Fix wording of the javadoc comment
This commit is contained in:
parent
e374ac4c78
commit
8fc4a58b6f
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ public class ProgressBar
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print out a progress bar
|
* Build a progress bar
|
||||||
* <br/><br/>
|
* <br/><br/>
|
||||||
* your text here [========= ] 40% your text here
|
* your text here [=========> ] 40% your text here
|
||||||
* @param percent The percentage
|
* @param percent The percentage
|
||||||
* @param beforeText
|
* @param beforeText
|
||||||
* @param afterText
|
* @param afterText
|
||||||
|
|
Loading…
Reference in a new issue