We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eadd4c commit 64fc305Copy full SHA for 64fc305
qulice-spi/src/main/java/com/qulice/spi/Environment.java
@@ -269,7 +269,7 @@ public Collection<String> classpath() {
269
return Collections.unmodifiableCollection(this.classpath);
270
}
271
272
- @Override
+ @Override
273
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
274
public Collection<File> files(final String pattern) {
275
final Collection<File> files = new LinkedList<>();
0 commit comments