-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,9 +66,10 @@ | |
* | ||
* <p>It is highly recommended to use classes from {@link Shell} interface, | ||
* they will simplify operations.</p> | ||
* | ||
* @todo #21:30min This class has common data, implementation of exec() and | ||
* constructor validations with SSHByPassword class. Common functionality | ||
* should be extracted into a separate module. | ||
* constructor validations with SSHByPassword class. Common functionality | ||
* should be extracted into a separate module. | ||
* @author Yegor Bugayenko ([email protected]) | ||
* @version $Id$ | ||
* @since 1.0 | ||
|