Skip to content

Commit 2df43ba

Browse files
committed
Fix link on javadoc
1 parent 689bbfe commit 2df43ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service-base/src/main/java/fi/nls/oskari/annotation/ServiceRegistration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private String getFileName() {
8989

9090
/**
9191
* This is the read implementation used by the
92-
* {@link #read(JavaFileManager.Location)} to consume the
92+
* {@link #read(javax.tools.JavaFileManager.Location)} to consume the
9393
* contents of the {@code Reader}, while ensuring we don't
9494
* register a particular implementation more than once.
9595
*
@@ -156,7 +156,7 @@ public void read(final Location location) {
156156
* @param className the fully qualified name of the class to add
157157
*/
158158
public void addClass(final String className) {
159-
if(classes.add(className)) {
159+
if (classes.add(className)) {
160160
lines.add(className);
161161
}
162162
}

0 commit comments

Comments
 (0)