src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java

changeset 1737
7a9ef837e57f
parent 1736
74cd21f2c2fe
child 1738
6ea964c78845
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java	Tue May 14 10:14:52 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java	Tue May 14 10:14:52 2013 -0700
     1.3 @@ -126,7 +126,7 @@
     1.4       * @param tree the content tree to which the parameter information will be added.
     1.5       */
     1.6      protected void addParam(ExecutableMemberDoc member, Parameter param,
     1.7 -        boolean isVarArg, Content tree) {
     1.8 +            boolean isVarArg, Content tree) {
     1.9          if (param.type() != null) {
    1.10              Content link = writer.getLink(new LinkInfoImpl(
    1.11                      configuration, LinkInfoImpl.Kind.EXECUTABLE_MEMBER_PARAM,

mercurial