src/jdk/nashorn/internal/runtime/ECMAException.java

Print this page

        

@@ -86,10 +86,11 @@
 
     /**
      * Get the thrown object
      * @return thrown object
      */
+    @Override
     public Object getThrown() {
         return thrown;
     }
 
     @Override