Commit 2bfc95e
authored
fix: remove usages of checkerframework (#1209)
### Motivation
There are two accidental usages of checkerframework in classes that are
always handled by the compile cache for incremental builds. Therefore
when executing a fully clean build it will fail because of these two
imports.
### Modification
Remove usages of checkerframework.
### Result
No more usages of checkerframework and first time builds pass again.1 parent 6264af2 commit 2bfc95e
File tree
2 files changed
+2
-2
lines changed- modules/cloudperms/src/main/java/eu/cloudnetservice/modules/cloudperms/sponge/service
- memory
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments