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

changeset 1521
71f35e4b93a5
parent 1410
bfec2a1cc869
child 1606
ccbe7ffdd867
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
457 includeTypeInClassLinkLabel = false; 457 includeTypeInClassLinkLabel = false;
458 break; 458 break;
459 459
460 case CONTEXT_RETURN_TYPE: 460 case CONTEXT_RETURN_TYPE:
461 case CONTEXT_SUMMARY_RETURN_TYPE: 461 case CONTEXT_SUMMARY_RETURN_TYPE:
462 excludeTypeBounds = true;
463 break;
462 case CONTEXT_EXECUTABLE_MEMBER_PARAM: 464 case CONTEXT_EXECUTABLE_MEMBER_PARAM:
463 excludeTypeBounds = true; 465 excludeTypeBounds = true;
464 break; 466 break;
465 } 467 }
466 context = c; 468 context = c;

mercurial