mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8247212: Use assistant markup in java.lang.module.ModuleDescriptor
Reviewed-by: alanb
This commit is contained in:
parent
5b6f050fce
commit
3df95aa377
3 changed files with 35 additions and 34 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 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
|
||||
|
@ -183,7 +183,7 @@ public interface ModuleReader extends Closeable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Release a byte buffer. This method should be invoked after consuming
|
||||
* Releases a byte buffer. This method should be invoked after consuming
|
||||
* the contents of the buffer returned by the {@code read} method.
|
||||
* The behavior of this method when invoked to release a buffer that has
|
||||
* already been released, or the behavior when invoked to release a buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue