Skip to content

Commit c59660e

Browse files
Precision
1 parent 25d0439 commit c59660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/versions/release-notes/v6-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ which is driven by the `COMPILER` environment variable in our Docker images.
596596

597597
:::
598598

599-
Compiler options can be adjusted using the `JAVA_COMPILER_OPTIONS` system parameter (default: `-g`).
599+
Compiler options can be adjusted using the `JAVA_COMPILER_OPTIONS` system parameter (default: `-g -warn:deprecation,unused,-unusedImport`).
600600
For example, this allows **temporarily** ignoring some types of warnings in custom code such as:
601601

602602
- `-unusedParam` for ignoring unused method parameters

0 commit comments

Comments
 (0)