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:
parent
6f0dc1070c
commit
71de1b3e14
|
@ -43,6 +43,8 @@ public class AnnotationUtils {
|
||||||
setContentStart("(");
|
setContentStart("(");
|
||||||
setContentEnd(")");
|
setContentEnd(")");
|
||||||
setFieldSeparator(", ");
|
setFieldSeparator(", ");
|
||||||
|
setArrayStart("[");
|
||||||
|
setArrayEnd("]");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue