mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8067127: Tags cleanup
Reviewed-by: rriggs, dfuchs, lancea
This commit is contained in:
parent
739347f093
commit
db3053dcd1
13 changed files with 37 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1995, 2020, 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
|
||||
|
@ -153,7 +153,7 @@ public class StringBufferInputStream extends InputStream {
|
|||
* Returns the number of bytes that can be read from the input
|
||||
* stream without blocking.
|
||||
*
|
||||
* @return the value of <code>count - pos</code>, which is the
|
||||
* @return the value of {@code count - pos}, which is the
|
||||
* number of bytes remaining to be read from the input buffer.
|
||||
*/
|
||||
public synchronized int available() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue