From: erik
Date: Sat, 12 Feb 2011 14:34:33 +0000 (+0000)
Subject: typo in javadocs.
X-Git-Tag: wamblee-utils-0.6~6
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=92bd7ae4d58b94b04b2ad9fd17adc0122de666bf;p=utils
typo in javadocs.
---
diff --git a/support/general/src/main/java/org/wamblee/reflection/ObjectTraversal.java b/support/general/src/main/java/org/wamblee/reflection/ObjectTraversal.java
index 9c51daa3..ded641fe 100644
--- a/support/general/src/main/java/org/wamblee/reflection/ObjectTraversal.java
+++ b/support/general/src/main/java/org/wamblee/reflection/ObjectTraversal.java
@@ -42,7 +42,7 @@ import org.wamblee.general.ObjectElem;
*
*
* - All fields and methods of the {@link Object} class.
- * - All fields and methods of collecation classes (List, Map, Set), and of
+ *
- All fields and methods of collection classes (List, Map, Set), and of
* arrays.
*
*