mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
fix javadoc warnings
This commit is contained in:
@@ -73,8 +73,8 @@ public class Event<T extends Throwable> {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return whether this event is in a 'set' state. An event is set by a call to {@link set()} or {@link
|
||||
* deliverError}
|
||||
* @return whether this event is in a 'set' state. An event is set by a call to {@link #set} or {@link
|
||||
* #deliverError}
|
||||
*/
|
||||
public boolean isSet() {
|
||||
return promise.isDelivered();
|
||||
|
||||
@@ -45,7 +45,6 @@ public interface LocalDestFile {
|
||||
/**
|
||||
* Set the permissions for the underlying file.
|
||||
*
|
||||
* @param f the file
|
||||
* @param perms permissions e.g. 0644
|
||||
*
|
||||
* @throws IOException
|
||||
@@ -66,7 +65,6 @@ public interface LocalDestFile {
|
||||
/**
|
||||
* Set the last modified time for the underlying file.
|
||||
*
|
||||
* @param f the file
|
||||
* @param t time in seconds since Unix epoch
|
||||
*
|
||||
* @throws IOException
|
||||
|
||||
Reference in New Issue
Block a user