Browse Source

Fix Java compilation

杨博 (Yang Bo) 11 years ago
parent
commit
408c63fbd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/java/internal/Exceptions.hx

+ 1 - 1
std/java/internal/Exceptions.hx

@@ -61,7 +61,7 @@ class Exceptions {
 		return obj;
 	}
 
-	@:overload @:protected override function fillInStackTrace():Throwable
+	@:overload override function fillInStackTrace():Throwable
 	{
 		return this;
 	}