Skip to content

Commit 78147a4

Browse files
author
mpv1989
committed
changed javadoc
1 parent 537eb32 commit 78147a4

File tree

165 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+165
-165
lines changed

src/main/java/com/arangodb/ArangoCollection.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 ArangoCollection

src/main/java/com/arangodb/ArangoCursor.java

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

3838
/**
39-
* @author Mark - mark at arangodb.com
39+
* @author Mark Vollmary
4040
*
4141
*/
4242
public class ArangoCursor<T> implements Iterator<T>, Closeable {

src/main/java/com/arangodb/ArangoDB.java

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

8080
/**
81-
* @author Mark - mark at arangodb.com
81+
* @author Mark Vollmary
8282
*
8383
*/
8484
public class ArangoDB extends InternalArangoDB<ArangoExecutorSync, Response, ConnectionSync> {

src/main/java/com/arangodb/ArangoDBException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import com.arangodb.entity.ErrorEntity;
2424

2525
/**
26-
* @author Mark - mark at arangodb.com
26+
* @author Mark Vollmary
2727
*
2828
*/
2929
public class ArangoDBException extends RuntimeException {

src/main/java/com/arangodb/ArangoDatabase.java

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

6262
/**
63-
* @author Mark - mark at arangodb.com
63+
* @author Mark Vollmary
6464
*
6565
*/
6666
public class ArangoDatabase extends InternalArangoDatabase<ArangoDB, ArangoExecutorSync, Response, ConnectionSync> {

src/main/java/com/arangodb/ArangoEdgeCollection.java

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

3838
/**
39-
* @author Mark - mark at arangodb.com
39+
* @author Mark Vollmary
4040
*
4141
*/
4242
public class ArangoEdgeCollection extends

src/main/java/com/arangodb/ArangoGraph.java

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

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

src/main/java/com/arangodb/ArangoVertexCollection.java

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

3838
/**
39-
* @author Mark - mark at arangodb.com
39+
* @author Mark Vollmary
4040
*
4141
*/
4242
public class ArangoVertexCollection extends

src/main/java/com/arangodb/Protocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package com.arangodb;
2222

2323
/**
24-
* @author Mark - mark at arangodb.com
24+
* @author Mark Vollmary
2525
*
2626
*/
2727
public enum Protocol {

src/main/java/com/arangodb/entity/AqlExecutionExplainEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.util.Collection;
2424

2525
/**
26-
* @author Mark - mark at arangodb.com
26+
* @author Mark Vollmary
2727
*
2828
* @see <a href="https://docs.arangodb.com/current/HTTP/AqlQuery/index.html#explain-an-aql-query">API Documentation</a>
2929
*/

0 commit comments

Comments
 (0)