aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/runtime/resources/Messages.properties
diff options
context:
space:
mode:
authorsundar <none@none>2014-02-14 19:02:02 +0530
committersundar <none@none>2014-02-14 19:02:02 +0530
commit583306df186bb54ee1201185d20a4a7075c6e065 (patch)
treeaf1a0387c4db5ba28a3fa19905356189e880fe22 /src/jdk/nashorn/internal/runtime/resources/Messages.properties
parent8e0f393275ddaad74c323d58caed97c93b7f91b1 (diff)
downloadnashorn-583306df186bb54ee1201185d20a4a7075c6e065.tar.gz
8011964: need indexed access to externally-managed ByteBuffer
Reviewed-by: lagergren, hannesw
Diffstat (limited to 'src/jdk/nashorn/internal/runtime/resources/Messages.properties')
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/Messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jdk/nashorn/internal/runtime/resources/Messages.properties b/src/jdk/nashorn/internal/runtime/resources/Messages.properties
index 95993c9f..e1c4d1f1 100644
--- a/src/jdk/nashorn/internal/runtime/resources/Messages.properties
+++ b/src/jdk/nashorn/internal/runtime/resources/Messages.properties
@@ -78,6 +78,7 @@ type.error.not.a.string={0} is not a String
type.error.not.a.function={0} is not a function
type.error.not.a.constructor={0} is not a constructor function
type.error.not.a.file={0} is not a File
+type.error.not.a.bytebuffer={0} is not a java.nio.ByteBuffer
# operations not permitted on undefined
type.error.cant.call.undefined=Cannot call undefined