File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/src/main/java/com/diffplug/spotless/java
testlib/src/test/java/com/diffplug/spotless/java Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2021 DiffPlug
2
+ * Copyright 2016-2022 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -46,8 +46,8 @@ private static class ImportsGroup {
46
46
47
47
public ImportsGroup (String importOrder ) {
48
48
this .subGroups = Stream .of (importOrder .split ("\\ " + SUBGROUP_SEPARATOR ))
49
- .map (this ::normalizeStatic )
50
- .collect (Collectors .toList ());
49
+ .map (this ::normalizeStatic )
50
+ .collect (Collectors .toList ());
51
51
}
52
52
53
53
private String normalizeStatic (String subgroup ) {
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2021 DiffPlug
2
+ * Copyright 2016-2022 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments