Skip to content

Commit

Permalink
Remove unneded public modifier from constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-archano committed Apr 24, 2017
1 parent abba360 commit 211cd45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/groovy/Libraries.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import org.gradle.api.Project
import org.gradle.api.artifacts.Dependency

class Libraries {
final junit = 'junit:junit:4.12'
Expand All @@ -9,7 +8,7 @@ class Libraries {

private final Project project

public Libraries(Project project) {
Libraries(Project project) {
this.project = project
}

Expand Down

0 comments on commit 211cd45

Please sign in to comment.