@@ -74,7 +74,7 @@ public RegistryClassInfo(Class<R> registryClass, Registry<R> registry, String co
7474 * @param registerComparator Whether a default comparator should be registered for this registry's classinfo
7575 * @deprecated {@code registerComparator} is no longer necessary.
7676 */
77- @ Deprecated (since = "INSERT VERSION " , forRemoval = true )
77+ @ Deprecated (since = "2.16 " , forRemoval = true )
7878 public RegistryClassInfo (Class <R > registryClass , Registry <R > registry , String codeName , String languageNode , boolean registerComparator ) {
7979 this (registryClass , registry , codeName , languageNode , new EventValueExpression <>(registryClass ));
8080 }
@@ -88,7 +88,7 @@ public RegistryClassInfo(Class<R> registryClass, Registry<R> registry, String co
8888 * @param registerComparator Whether a default comparator should be registered for this registry's classinfo
8989 * @deprecated {@code registerComparator} is no longer necessary.
9090 */
91- @ Deprecated (since = "INSERT VERSION " , forRemoval = true )
91+ @ Deprecated (since = "2.16 " , forRemoval = true )
9292 public RegistryClassInfo (Class <R > registryClass , Registry <R > registry , String codeName , String languageNode , DefaultExpression <R > defaultExpression , boolean registerComparator ) {
9393 this (registryClass , registry , codeName , languageNode , defaultExpression );
9494 }
0 commit comments