You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [flags documentation](http://errorprone.info/docs/flags#maven) for
114
+
See the [flags documentation](https://errorprone.info/docs/flags#maven) for
115
115
details on how to customize the plugin's behavior.
116
116
117
117
## Gradle
@@ -214,7 +214,7 @@ javac \
214
214
ShortSet.java:8: error: [CollectionIncompatibleType] Argument 'i - 1' should not be passed to this method; its type int is not compatible with its collection's type argument Short
215
215
s.remove(i - 1);
216
216
^
217
-
(see http://errorprone.info/bugpattern/CollectionIncompatibleType)
217
+
(see https://errorprone.info/bugpattern/CollectionIncompatibleType)
0 commit comments