summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/ioutils/LineReader.java
AgeCommit message (Collapse)Author
2021-03-13Remove un-implemented LineReader classBen Culkin
Not sure what this was originally intended to be, but the LineNumberReader class from java.io looks like it will work for what I generally want
2020-04-13Cleanup some latent bugsBen Culkin
Cleanup some latent bugs
2020-04-13Cleanup passBen Culkin
Cleanup pass to uniformize things
2020-01-06General warning cleanupbculkin2442
Just clean up of some warnings/other misc. problems
2019-04-11IOUtilsBenjamin J. Culkin