diff options
author | sundar <none@none> | 2014-02-14 19:02:02 +0530 |
---|---|---|
committer | sundar <none@none> | 2014-02-14 19:02:02 +0530 |
commit | 583306df186bb54ee1201185d20a4a7075c6e065 (patch) | |
tree | af1a0387c4db5ba28a3fa19905356189e880fe22 /src/jdk/nashorn/internal/runtime/resources | |
parent | 8e0f393275ddaad74c323d58caed97c93b7f91b1 (diff) | |
download | nashorn-583306df186bb54ee1201185d20a4a7075c6e065.tar.gz |
8011964: need indexed access to externally-managed ByteBuffer
Reviewed-by: lagergren, hannesw
Diffstat (limited to 'src/jdk/nashorn/internal/runtime/resources')
-rw-r--r-- | src/jdk/nashorn/internal/runtime/resources/Messages.properties | 1 |
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 |