diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-02 17:39:54 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-02 17:39:54 -0300 |
| commit | e68d36aafd8a10fa52ad263045c960747e754b5e (patch) | |
| tree | 1e9060f03dd59b9338545e0b5bef0a7a8f2f5616 /base/src/main/java/bjc/utils/math/NumberUtils.java | |
| parent | d7bae4d2145d8337570fec03974272d49ba5269d (diff) | |
Comment changes
Perform various comment tweaks and changes
Diffstat (limited to 'base/src/main/java/bjc/utils/math/NumberUtils.java')
| -rw-r--r-- | base/src/main/java/bjc/utils/math/NumberUtils.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/base/src/main/java/bjc/utils/math/NumberUtils.java b/base/src/main/java/bjc/utils/math/NumberUtils.java index 3c3ca02..53ab211 100644 --- a/base/src/main/java/bjc/utils/math/NumberUtils.java +++ b/base/src/main/java/bjc/utils/math/NumberUtils.java @@ -426,7 +426,14 @@ public class NumberUtils { work.reverse(); - /* @TODO Should we have some way to specify how to pad? */ + /* + * @TODO + * + * Should we have some way to specify how to pad? + * + * By this, I mean specify padding direction (left, right, + * balanced...) + */ StringBuilder pad = new StringBuilder(); if(work.length() < mincols) { |
