Skip to content

Commit d49f7c2

Browse files
committed
up
1 parent 3631faa commit d49f7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/style-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Consider statically importing the following commonly used methods and constants:
3333
- `java.util.Arrays` - asList, stream
3434
- `java.util.Collections` - singleton*, empty*, unmodifiable*, synchronized*, checked*
3535
- `java.util.Objects` - requireNonNull
36+
- `java.util.function.Function` - identity
3637
- `java.util.stream.Collectors.*`
3738
- **Utility constants**
3839
- `java.util.Locale.*`

0 commit comments

Comments
 (0)