mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman
This commit is contained in:
parent
e1bffce5a3
commit
42f7e3f69e
13 changed files with 41 additions and 41 deletions
|
@ -73,7 +73,7 @@ import sun.nio.ch.DirectBuffer;
|
|||
*
|
||||
* // Decode the bytes into a String
|
||||
* String outputString = new String(result, 0, resultLength, "UTF-8");
|
||||
* } catch(java.io.UnsupportedEncodingException ex) {
|
||||
* } catch (java.io.UnsupportedEncodingException ex) {
|
||||
* // handle
|
||||
* } catch (java.util.zip.DataFormatException ex) {
|
||||
* // handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue