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

changeset 1521
71f35e4b93a5
parent 1410
bfec2a1cc869
child 1686
eb134c8e931d
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 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
128 writer.addSrcLink(method, methodName, pre); 128 writer.addSrcLink(method, methodName, pre);
129 } else { 129 } else {
130 addName(method.name(), pre); 130 addName(method.name(), pre);
131 } 131 }
132 addParameters(method, pre); 132 addParameters(method, pre);
133 addReceiverAnnotations(method, pre);
133 addExceptions(method, pre); 134 addExceptions(method, pre);
134 return pre; 135 return pre;
135 } 136 }
136 137
137 /** 138 /**

mercurial