Skip to content

Commit

Permalink
8276164: RandomAccessFile#write method could throw IndexOutOfBoundsEx…
Browse files Browse the repository at this point in the history
…ception that is not described in javadoc
  • Loading branch information
Yano, Masanori committed Oct 29, 2021
1 parent 1de8526 commit a1cf053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/io/DataOutput.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1995, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit a1cf053

Please sign in to comment.