aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/sun/io/CharToBytePCK.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/sun/io/CharToBytePCK.java')
-rw-r--r--src/share/classes/sun/io/CharToBytePCK.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/classes/sun/io/CharToBytePCK.java b/src/share/classes/sun/io/CharToBytePCK.java
index 0c877df0e..9a8d1a76c 100644
--- a/src/share/classes/sun/io/CharToBytePCK.java
+++ b/src/share/classes/sun/io/CharToBytePCK.java
@@ -66,7 +66,7 @@ public class CharToBytePCK extends CharToByteSJIS {
switch (ch) {
case '\u2015':
- return (int)0x815C;
+ return 0x815C;
case '\u2014':
return 0;
default: