aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/BitField.java
AgeCommit message (Expand)Author
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2021-09-01No leading underscores in private names.Gary Gregory
2018-06-25flips the order of conditional expressions and 'if' statements whose conditio...Igor Curdvanovschi
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-05-30LANG-1240: Optimize BitField constructor implementation (closes #119)zhanhb
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-05-05LANG-731: Better Javadoc for BitField classDuncan Jones
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-04JavadocStephen Colebourne
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr