Skip to content

Commit

Permalink
#113 author and version removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent da144b2 commit c033a6d
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 112 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/AttributeUpdates.java
Expand Up @@ -48,8 +48,6 @@
/**
* DynamoDB item attribute updates.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.12
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Attributes.java
Expand Up @@ -56,8 +56,6 @@
* .with("range", 12345);
* </pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/AwsFrame.java
Expand Up @@ -42,8 +42,6 @@
/**
* Frame through AWS SDK.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/AwsItem.java
Expand Up @@ -54,8 +54,6 @@
/**
* Single item/row in a DynamoDB table.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/AwsIterator.java
Expand Up @@ -55,8 +55,6 @@
*
* <p>The class is mutable and thread-safe.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @checkstyle ClassDataAbstractionCoupling (500 lines)
* @since 0.1
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/AwsTable.java
Expand Up @@ -56,8 +56,6 @@
/**
* Single table in Dynamo, through AWS SDK.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @checkstyle ClassDataAbstractionCoupling (150 lines)
* @since 0.1
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Conditions.java
Expand Up @@ -55,8 +55,6 @@
* .with("range", Conditions.equalTo(12345));
* </pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Credentials.java
Expand Up @@ -44,8 +44,6 @@
*
* <p>It is recommended to use {@link Credentials.Simple} in most cases.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Dosage.java
Expand Up @@ -41,8 +41,6 @@
/**
* Dosage of items retrieved from table.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Frame.java
Expand Up @@ -52,8 +52,6 @@
* you need something specific, just get an Amazon DynamoDB client from
* a {@link Region} and use Amazon SDK methods directly.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
* @see Item
* @see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html">Query and Scan</a>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Item.java
Expand Up @@ -43,8 +43,6 @@
* data in Amazon, but doesn't change the object. The object will contain
* dirty data right after PUT operation, and should not be used any more.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/PrintableConsumedCapacity.java
Expand Up @@ -34,8 +34,6 @@
/**
* Printable consumed capacity.
*
* @author Piotr Pradzynski (prondzyn@gmail.com)
* @version $Id$
* @since 0.22
*/
final class PrintableConsumedCapacity {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/QueryValve.java
Expand Up @@ -56,8 +56,6 @@
/**
* Query-based valve.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Region.java
Expand Up @@ -54,8 +54,6 @@
* forcibly terminate all pending asynchronous service calls. Once a client has
* been shutdown, it should not be used to make any more requests.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/ScanValve.java
Expand Up @@ -56,8 +56,6 @@
/**
* Scan-based valve.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Table.java
Expand Up @@ -51,8 +51,6 @@
* .where("name", Conditions.equalTo("John Smith"))
* .iterator().next().remove();</pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Throughput.java
Expand Up @@ -34,8 +34,6 @@

/**
* Throughput of a table.
* @author Georgy Vlasov (wlasowegor@gmail.com)
* @version $Id$
* @since 0.18.4
*/
public final class Throughput {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/Valve.java
Expand Up @@ -38,8 +38,6 @@
/**
* Provider of dosages of DynamoDB items.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.7.21
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/H2Data.java
Expand Up @@ -67,8 +67,6 @@
/**
* Mock data in H2 database.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MadeTable.java
Expand Up @@ -112,8 +112,6 @@
* ]
* }</pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.8
*/
public final class MadeTable {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MkData.java
Expand Up @@ -38,8 +38,6 @@
/**
* Mock data.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MkFrame.java
Expand Up @@ -51,8 +51,6 @@
/**
* Mock version of {@link Frame}.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MkItem.java
Expand Up @@ -51,8 +51,6 @@
/**
* Mock version of {@link Item}.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MkRegion.java
Expand Up @@ -40,8 +40,6 @@
/**
* Mock version of {@link Region}.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/MkTable.java
Expand Up @@ -45,8 +45,6 @@
/**
* Mock version of {@link Table}.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/mock/package-info.java
Expand Up @@ -39,8 +39,6 @@
* &lt;artifactId&gt;jcabi-dynamo&lt;/artifactId&gt;
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.10
* @see <a href="http://www.jcabi.com/jcabi-dynamo">project website</a>
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/package-info.java
Expand Up @@ -42,8 +42,6 @@
* &lt;artifactId&gt;jcabi-dynamo&lt;/artifactId&gt;
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.8
* @see <a href="http://www.jcabi.com/jcabi-dynamo">project website</a>
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReDosage.java
Expand Up @@ -44,8 +44,6 @@
/**
* Dosage that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReFrame.java
Expand Up @@ -48,8 +48,6 @@
/**
* Frame that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReIterator.java
Expand Up @@ -41,8 +41,6 @@
/**
* Frame that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
* @param <T> Type of items
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReRegion.java
Expand Up @@ -43,8 +43,6 @@
/**
* Region that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReTable.java
Expand Up @@ -47,8 +47,6 @@
/**
* Table that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/ReValve.java
Expand Up @@ -47,8 +47,6 @@
/**
* Valve that retries on failure.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
@Immutable
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/dynamo/retry/package-info.java
Expand Up @@ -31,8 +31,6 @@
/**
* Retry all AWS operations a few times.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.9
*/
package com.jcabi.dynamo.retry;
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AttributeUpdatesTest.java
Expand Up @@ -41,8 +41,6 @@

/**
* Test case for {@link AttributesUpdates}.
* @author Mihai Andronache (amihaiemil@gmail.com)
* @version $Id$
* @since 0.22
*/
@SuppressWarnings("PMD.TooManyMethods")
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AttributesTest.java
Expand Up @@ -40,8 +40,6 @@

/**
* Test case for {@link Attributes}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@SuppressWarnings("PMD.UseConcurrentHashMap")
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AwsFrameITCase.java
Expand Up @@ -39,8 +39,6 @@

/**
* Integration case for {@link AwsFrame}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.21
*/
public final class AwsFrameITCase {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AwsItemTest.java
Expand Up @@ -36,8 +36,6 @@

/**
* Test case for {@link AwsItem}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.21
* @checkstyle ClassDataAbstractionCoupling (500 lines)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AwsIteratorITCase.java
Expand Up @@ -40,8 +40,6 @@

/**
* Integration case for {@link AwsIterator}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.16.2
*/
public final class AwsIteratorITCase {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AwsIteratorTest.java
Expand Up @@ -45,8 +45,6 @@

/**
* Test case for {@link AwsIterator}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@SuppressWarnings("unchecked")
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/AwsTableTest.java
Expand Up @@ -47,8 +47,6 @@

/**
* Test case for {@link AwsTable}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
* @checkstyle ClassDataAbstractionCoupling (500 lines)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/ConditionsTest.java
Expand Up @@ -37,8 +37,6 @@

/**
* Test case for {@link Conditions}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
@SuppressWarnings("PMD.UseConcurrentHashMap")
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/CredentialsTest.java
Expand Up @@ -35,8 +35,6 @@

/**
* Test case for {@link Credentials}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
public final class CredentialsTest {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/jcabi/dynamo/QueryValveTest.java
Expand Up @@ -45,8 +45,6 @@

/**
* Test case for {@link QueryValve}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @version $Id$
* @since 0.1
*/
public final class QueryValveTest {
Expand Down

0 comments on commit c033a6d

Please sign in to comment.