Fix comment typo

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158742 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2011-08-17 14:32:19 +00:00
commit 86d0dd2ba9

View file

@ -154,7 +154,7 @@ public class JAXBPropertyDescriptor implements Comparable<JAXBPropertyDescriptor
}
// There are 3 different types of setters that can occur.
// 1) Normal Attomic Setter : setFoo(type)
// 1) Normal Atomic Setter : setFoo(type)
// 2) Indexed Array Setter : setFoo(type[])
// 3) No Setter case if the property is a List<T>.