Skip to content

Commit

Permalink
#15: Sonarqube - Replace this lambda with a method reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Oct 22, 2018
1 parent 540cb3c commit c395994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class ResourcesOf extends ResourcesEnvelope<String> {
* Detect the velocity resources in the classpath.
*/
public ResourcesOf() {
this(fname -> new RsClasspath(fname));
this(RsClasspath::new);
}

/**
Expand Down

0 comments on commit c395994

Please sign in to comment.