diff -r 8dd528992c15 -r 8ea30d59ac41 src/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java --- a/src/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java Fri May 10 15:15:50 2013 +0200 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java Tue May 14 10:14:51 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -152,7 +152,7 @@ } else { contentTree.addContent(", "); } - addPreQualifiedClassLink(LinkInfoImpl.CONTEXT_TREE, + addPreQualifiedClassLink(LinkInfoImpl.Kind.TREE, interfaces[i], contentTree); counter++; } @@ -170,7 +170,7 @@ * @param contentTree the content tree to which the information will be added */ protected void addPartialInfo(ClassDoc cd, Content contentTree) { - addPreQualifiedStrongClassLink(LinkInfoImpl.CONTEXT_TREE, cd, contentTree); + addPreQualifiedStrongClassLink(LinkInfoImpl.Kind.TREE, cd, contentTree); } /**