Skip to content

Commit 4fdb178

Browse files
committed
Remove unused method.
1 parent 19aff77 commit 4fdb178

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/main/java/com/diffplug/spotless/FileSignature.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ public FileSignature get() {
117117
}
118118
}
119119

120-
public static Promised promise(Iterable<File> files) {
121-
return new Promised(MoreIterables.toNullHostileList(files), null);
122-
}
123-
124120
public Promised asPromise() {
125121
return new Promised(files, this);
126122
}

0 commit comments

Comments
 (0)