Skip to content

Commit 6e6f5d0

Browse files
author
Vincent Potucek
committed
new step to expand java wildcard imports diffplug#2744 diffplug#2594
1 parent fcff2bd commit 6e6f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ spotless {
207207
importOrderFile('eclipse-import-order.txt') // import order file as exported from eclipse
208208
209209
removeUnusedImports()
210-
forbidWildcardImports() // or expandWildcardImports, see below
210+
forbidWildcardImports() // @depecated; use expandWildcardImports, see below
211211
forbidModuleImports()
212212
213213
// Cleanthat will refactor your code, but it may break your style: apply it before your formatter

0 commit comments

Comments
 (0)