File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
service-base/src/main/java/fi/nls/oskari/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ private String getFileName() {
89
89
90
90
/**
91
91
* 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
93
93
* contents of the {@code Reader}, while ensuring we don't
94
94
* register a particular implementation more than once.
95
95
*
@@ -156,7 +156,7 @@ public void read(final Location location) {
156
156
* @param className the fully qualified name of the class to add
157
157
*/
158
158
public void addClass (final String className ) {
159
- if (classes .add (className )) {
159
+ if (classes .add (className )) {
160
160
lines .add (className );
161
161
}
162
162
}
You can’t perform that action at this time.
0 commit comments