Skip to content

Commit c73f747

Browse files
author
mpv1989
committed
Change javadoc
1 parent 7626f60 commit c73f747

28 files changed

+28
-28
lines changed

src/main/java/com/arangodb/ArangoCollectionAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import com.arangodb.velocystream.Response;
5555

5656
/**
57-
* @author Mark - mark at arangodb.com
57+
* @author Mark Vollmary
5858
*
5959
*/
6060
public class ArangoCollectionAsync extends

src/main/java/com/arangodb/ArangoCursorAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import com.arangodb.internal.InternalArangoDatabase;
3030

3131
/**
32-
* @author Mark - mark at arangodb.com
32+
* @author Mark Vollmary
3333
*
3434
*/
3535
public class ArangoCursorAsync<T> extends ArangoCursor<T> {

src/main/java/com/arangodb/ArangoDBAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
import com.arangodb.velocystream.Response;
8080

8181
/**
82-
* @author Mark - mark at arangodb.com
82+
* @author Mark Vollmary
8383
*
8484
*/
8585
public class ArangoDBAsync extends InternalArangoDB<ArangoExecutorAsync, CompletableFuture<Response>, ConnectionAsync> {

src/main/java/com/arangodb/ArangoDatabaseAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
import com.arangodb.velocystream.Response;
6464

6565
/**
66-
* @author Mark - mark at arangodb.com
66+
* @author Mark Vollmary
6767
*
6868
*/
6969
public class ArangoDatabaseAsync extends

src/main/java/com/arangodb/ArangoEdgeCollectionAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import com.arangodb.velocystream.Response;
3636

3737
/**
38-
* @author Mark - mark at arangodb.com
38+
* @author Mark Vollmary
3939
*
4040
*/
4141
public class ArangoEdgeCollectionAsync extends

src/main/java/com/arangodb/ArangoGraphAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import com.arangodb.velocystream.Response;
3232

3333
/**
34-
* @author Mark - mark at arangodb.com
34+
* @author Mark Vollmary
3535
*
3636
*/
3737
public class ArangoGraphAsync extends

src/main/java/com/arangodb/ArangoVertexCollectionAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import com.arangodb.velocystream.Response;
3636

3737
/**
38-
* @author Mark - mark at arangodb.com
38+
* @author Mark Vollmary
3939
*
4040
*/
4141
public class ArangoVertexCollectionAsync extends

src/main/java/com/arangodb/internal/ArangoExecutorAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import com.arangodb.velocystream.Request;
3131

3232
/**
33-
* @author Mark - mark at arangodb.com
33+
* @author Mark Vollmary
3434
*
3535
*/
3636
public class ArangoExecutorAsync extends ArangoExecutor {

src/main/java/com/arangodb/internal/velocystream/ConnectionAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import com.arangodb.internal.velocystream.internal.MessageStore;
3535

3636
/**
37-
* @author Mark - mark at arangodb.com
37+
* @author Mark Vollmary
3838
*
3939
*/
4040
public class ConnectionAsync extends Connection {

src/main/java/com/arangodb/internal/velocystream/VstCommunicationAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import com.arangodb.velocystream.Response;
4646

4747
/**
48-
* @author Mark - mark at arangodb.com
48+
* @author Mark Vollmary
4949
*
5050
*/
5151
public class VstCommunicationAsync extends VstCommunication<CompletableFuture<Response>, ConnectionAsync> {

0 commit comments

Comments
 (0)