use [] for array delimiters

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1031247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-11-04 21:05:48 +00:00
parent 6f0dc1070c
commit 71de1b3e14
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ public class AnnotationUtils {
setContentStart("("); setContentStart("(");
setContentEnd(")"); setContentEnd(")");
setFieldSeparator(", "); setFieldSeparator(", ");
setArrayStart("[");
setArrayEnd("]");
} }
/** /**