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 6b07373 commit 411cc8f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/ColumnOutcome.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* <p>Supported types are: {@link String}, {@link Long}, {@link Boolean},
* {@link Byte}, {@link Date}, and {@link Utc}.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
* @param <T> Type of items
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/Connect.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* Connect.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/JdbcSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* .execute();</pre>
* <p>This class is thread-safe.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/ListOutcome.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* )
* );</pre>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
* @param <T> Type of items
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/Preparation.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Preparation of a {@link java.sql.PreparedStatement}.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/PrepareArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* Prepare arguments.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Request.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/SingleOutcome.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* // such a record wasn't found in the database
* }</pre>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1.8
* @param <T> Type of items
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/StaticSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/**
* Static data source which wraps a single {@link Connection}.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.10
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/Utc.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
* <p>{@link Timestamp} is used because {@link java.sql.Date}
* supports only dates (without time).
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1.8
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/jdbc/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* &lt;artifactId&gt;jcabi-jdbc&lt;/artifactId&gt;
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1.8
* @see <a href="http://jdbc.jcabi.com/">project website</a>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/ColumnOutcomeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/**
* Test case for {@link ColumnOutcome}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/H2Source.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
* H2 data source, for unit testing.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/JdbcSessionITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

/**
* Integration case for {@link JdbcSession}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
*/
public final class JdbcSessionITCase {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/JdbcSessionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/**
* Test case for {@link JdbcSession}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
*/
public final class JdbcSessionTest {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/ListOutcomeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/**
* Test case for {@link ListOutcome}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/OutcomeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/**
* Test case for {@link Outcome}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.13
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/SingleOutcomeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/**
* Test case for {@link SingleOutcome}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
*/
public final class SingleOutcomeTest {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/UtcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/**
* Test case of {@link Utc}.
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @checkstyle ClassDataAbstractionCoupling (500 lines)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* JDBC wrapper, tests.
*
* @author Yegor Bugayenko ([email protected])
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1.8
*/
Expand Down

0 comments on commit 411cc8f

Please sign in to comment.