1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00

[cleanup] Fix Javadoc Error

This commit is contained in:
Martin Oberhuber 2008-02-22 17:02:46 +00:00
parent 114cc635e8
commit d051bba838

View file

@ -151,7 +151,9 @@ public interface IHostFilePermissions {
* Each implementer of the IHostFilePermission API must properly implement * Each implementer of the IHostFilePermission API must properly implement
* this method and implement the {@link Cloneable} interface. * this method and implement the {@link Cloneable} interface.
* @return the cloned object * @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() * @see Object#clone()
*/ */
public Object clone() throws CloneNotSupportedException; public Object clone() throws CloneNotSupportedException;