forked from apache/calcite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-5571] Remove org.jetbrains.annotations from java source code
The project primarily uses checkerframework annotations (org .checkerframework.checker.nullness.qual) for specifying nullability; not org.jetbrains.annotations. To keep things consistent and also avoid mixing up annotations from different providers in the future, this commit removes the last references to org.jetbrains.annotations and excludes the org.jetbrains:annotations dependency from the build to avoid accidentally using such annotations in the future. Close apache#3102
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters