Skip to content

Commit

Permalink
email updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 7, 2017
1 parent 0c68d7d commit 6c3ebe5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/EasyRepo.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* Host key repository that accepts all hosts.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.4
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/JschLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Jsch Logger.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.4
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/SSH.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* <p>It is highly recommended to use classes from {@link Shell} interface,
* they will simplify operations.</p>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @see <a href="http://www.yegor256.com/2014/09/02/java-ssh-client.html">article by Yegor Bugayenko</a>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/SSHD.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* <p>If you forget to call {@link #close()}, SSH daemon will be
* up and running until a shutdown of the JVM.</p>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @checkstyle MultipleStringLiteralsCheck (500 lines)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/Shell.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* )
* ).exec("echo 'Hello, world!'");</pre>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @see <a href="http://www.yegor256.com/2014/09/02/java-ssh-client.html">article by Yegor Bugayenko</a>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssh/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* &lt;artifactId&gt;jcabi-ssh&lt;/artifactId&gt;
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @see <a href="http://ssh.jcabi.com/">project website</a>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssh/SSHDTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* Integration tests for ${@link SSH}.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @checkstyle ClassDataAbstractionCoupling (500 lines)
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssh/SSHTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* Tests for ${@link SSH}.
*
* @author Krzysztof Krason ([email protected])
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @checkstyle ClassDataAbstractionCoupling (500 lines)
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssh/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* SSH client, tests.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
*/
Expand Down

0 comments on commit 6c3ebe5

Please sign in to comment.