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

changeset 2212
4cb9de4dd420
parent 2147
130b8c0e570e
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/TagletWriterImpl.java	Tue Dec 03 18:13:18 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/TagletWriterImpl.java	Tue Dec 03 14:21:45 2013 -0800
     1.3 @@ -80,9 +80,7 @@
     1.4       */
     1.5      public Content getDocRootOutput() {
     1.6          String path;
     1.7 -        if (configuration.docrootparent.length() > 0)
     1.8 -            path = configuration.docrootparent;
     1.9 -        else if (htmlWriter.pathToRoot.isEmpty())
    1.10 +        if (htmlWriter.pathToRoot.isEmpty())
    1.11              path = ".";
    1.12          else
    1.13              path = htmlWriter.pathToRoot.getPath();

mercurial