aboutsummaryrefslogtreecommitdiff
path: root/test/src/jdk/nashorn/test/models/PropertyBind.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/jdk/nashorn/test/models/PropertyBind.java')
-rw-r--r--test/src/jdk/nashorn/test/models/PropertyBind.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/jdk/nashorn/test/models/PropertyBind.java b/test/src/jdk/nashorn/test/models/PropertyBind.java
index fb3f0981..09e85309 100644
--- a/test/src/jdk/nashorn/test/models/PropertyBind.java
+++ b/test/src/jdk/nashorn/test/models/PropertyBind.java
@@ -25,6 +25,7 @@
package jdk.nashorn.test.models;
+@SuppressWarnings("javadoc")
public class PropertyBind {
public static int publicStaticInt;
public static final int publicStaticFinalInt = 2112;