mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] Fix Javadoc Error
This commit is contained in:
parent
114cc635e8
commit
d051bba838
1 changed files with 3 additions and 1 deletions
|
@ -151,7 +151,9 @@ public interface IHostFilePermissions {
|
|||
* Each implementer of the IHostFilePermission API must properly implement
|
||||
* this method and implement the {@link Cloneable} interface.
|
||||
* @return the cloned object
|
||||
* @throws CloneNotSupportedException
|
||||
* @throws CloneNotSupportedException if an instance cannot be cloned for
|
||||
* any reason, e.g. because its state contains complex objects that
|
||||
* cannot be cloned.
|
||||
* @see Object#clone()
|
||||
*/
|
||||
public Object clone() throws CloneNotSupportedException;
|
||||
|
|
Loading…
Add table
Reference in a new issue