aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/SerializationUtils.java
AgeCommit message (Expand)Author
2011-04-07Adding NOPMD tags for various empty catch blocksHenri Yandell
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-19Checkstyle and trailing spaces.Oliver Heger
2011-03-04JavadocStephen Colebourne
2010-08-25explain why it is safe to suppress the cast warning on SerializationUtils.clo...Matthew Jason Benson
2010-08-25make SerializationUtils.clone() type-safeMatthew Jason Benson
2010-03-04Closing the paragraph tag on the ThreadSafe notation. LANG-370Henri Yandell
2010-03-03Adding ThreadSafe notes to some obviously threadsafe classes (LANG-370)Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr