Skip to content

Commit 8c42ca5

Browse files
author
a-brandt
committed
removed email address
1 parent 9ba3305 commit 8c42ca5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* An entity wrapping a list of AQL functions
2323
*
24-
* @author Florian Bartels - f.bartels@triagens.de
24+
* @author Florian Bartels
2525
*
2626
*/
2727
public class AqlFunctionsEntity extends BaseEntity {

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
*
77
* Convenience object for collection creation.
88
*
9-
* @see com.arangodb.entity.CollectionEntity author fbartels -
10-
* f.bartels@triagens.de
9+
* @see com.arangodb.entity.CollectionEntity
10+
*
11+
* @author Florian Bartels
12+
*
1113
*/
1214
public class CollectionOptions {
1315

src/main/java/com/arangodb/impl/InternalAqlFunctionsDriverImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
import com.arangodb.util.MapBuilder;
2727

2828
/**
29-
* @author Florian Bartels - f.bartels@triagens.de
29+
* @author Florian Bartels
3030
*
3131
*/
32-
public class InternalAqlFunctionsDriverImpl extends BaseArangoDriverImpl implements
33-
com.arangodb.InternalAqlFunctionsDriver {
32+
public class InternalAqlFunctionsDriverImpl extends BaseArangoDriverImpl
33+
implements com.arangodb.InternalAqlFunctionsDriver {
3434

3535
InternalAqlFunctionsDriverImpl(ArangoConfigure configure, HttpManager httpManager) {
3636
super(configure, httpManager);

src/main/java/com/arangodb/impl/InternalBatchDriverImpl.java

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

3636
/**
37-
* @author Florian Bartels -- f.bartels@triagens.de
37+
* @author Florian Bartels
3838
*
3939
*/
4040
public class InternalBatchDriverImpl extends BaseArangoDriverImpl {

0 commit comments

Comments
 (0)