瀏覽代碼

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

Recursion. See also: recursion.
Gama11 8 年之前
父節點
當前提交
16d63bb4e7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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>
 	{