Sfoglia il codice sorgente

java.Lib: remove confusing deprecated docs (#6026)

Recursion. See also: recursion.
Gama11 8 anni fa
parent
commit
16d63bb4e7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      std/java/Lib.hx

+ 0 - 1
std/java/Lib.hx

@@ -57,7 +57,6 @@ package java;
 
 	/**
 		Gets the native `java.lang.Class` from the supplied object. Will throw an exception in case of null being passed.
-		[deprecated] - use `getNativeType` instead
 	**/
 	inline public static function getNativeType<T>(obj:T):java.lang.Class<T>
 	{