@@ -208,14 +208,14 @@ public class NullnessAnnotatedTypeFactory
208208 // https://github.com/JetBrains/intellij-community/blob/master/platform/annotations/java8/src/org/jetbrains/annotations/NotNull.java
209209 // https://www.jetbrains.com/help/idea/nullable-and-notnull-annotations.html
210210 "org.jetbrains.annotations.NotNull" ,
211- // http ://svn.code.sf.net/p/jmlspecs/code/JMLAnnotations/trunk/src/org/jmlspecs/annotation/NonNull.java
211+ // https ://svn.code.sf.net/p/jmlspecs/code/JMLAnnotations/trunk/src/org/jmlspecs/annotation/NonNull.java
212212 "org.jmlspecs.annotation.NonNull" ,
213213 // https://github.com/jspecify/jspecify/blob/main/src/main/java/org/jspecify/annotations/NonNull.java
214214 "org.jspecify.annotations.NonNull" ,
215215 // 2022-11-17: Deprecated old package location, remove after some grace period
216216 // https://github.com/jspecify/jspecify/tree/main/src/main/java/org/jspecify/nullness
217217 "org.jspecify.nullness.NonNull" ,
218- // http ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NonNull.html
218+ // https ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NonNull.html
219219 "org.netbeans.api.annotations.common.NonNull" ,
220220 // https://github.com/spring-projects/spring-framework/blob/master/spring-core/src/main/java/org/springframework/lang/NonNull.java
221221 "org.springframework.lang.NonNull" ,
@@ -340,19 +340,19 @@ public class NullnessAnnotatedTypeFactory
340340 "org.jetbrains.annotations.Nullable" ,
341341 // https://github.com/JetBrains/java-annotations/blob/master/java8/src/main/java/org/jetbrains/annotations/UnknownNullability.java
342342 "org.jetbrains.annotations.UnknownNullability" ,
343- // http ://svn.code.sf.net/p/jmlspecs/code/JMLAnnotations/trunk/src/org/jmlspecs/annotation/Nullable.java
343+ // https ://svn.code.sf.net/p/jmlspecs/code/JMLAnnotations/trunk/src/org/jmlspecs/annotation/Nullable.java
344344 "org.jmlspecs.annotation.Nullable" ,
345345 // https://github.com/jspecify/jspecify/blob/main/src/main/java/org/jspecify/annotations/Nullable.java
346346 "org.jspecify.annotations.Nullable" ,
347347 // 2022-11-17: Deprecated old package location, remove after some grace period
348348 // https://github.com/jspecify/jspecify/tree/main/src/main/java/org/jspecify/nullness
349349 "org.jspecify.nullness.Nullable" ,
350350 "org.jspecify.nullness.NullnessUnspecified" ,
351- // http ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/CheckForNull.html
351+ // https ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/CheckForNull.html
352352 "org.netbeans.api.annotations.common.CheckForNull" ,
353- // http ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NullAllowed.html
353+ // https ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NullAllowed.html
354354 "org.netbeans.api.annotations.common.NullAllowed" ,
355- // http ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NullUnknown.html
355+ // https ://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/NullUnknown.html
356356 "org.netbeans.api.annotations.common.NullUnknown" ,
357357 // https://github.com/spring-projects/spring-framework/blob/master/spring-core/src/main/java/org/springframework/lang/Nullable.java
358358 "org.springframework.lang.Nullable" ,
0 commit comments