Skip to content

Commit 7afc8b3

Browse files
author
mpv1989
committed
Fix JavaDoc
1 parent 1c824db commit 7afc8b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/java/com/arangodb/ArangoCollection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ public void drop() throws ArangoDBException {
826826
* @param isSystem
827827
* Whether or not the collection to drop is a system collection. This parameter must be set to true in
828828
* order to drop a system collection.
829+
* @since ArangoDB 3.1.0
829830
* @throws ArangoDBException
830831
*/
831832
public void drop(final boolean isSystem) throws ArangoDBException {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ public LogEntity getLogs(final LogOptions options) throws ArangoDBException {
836836
* Returns the server's current loglevel settings.
837837
*
838838
* @return the server's current loglevel settings
839+
* @since ArangoDB 3.1.0
839840
* @throws ArangoDBException
840841
*/
841842
public LogLevelEntity getLogLevel() throws ArangoDBException {
@@ -848,6 +849,7 @@ public LogLevelEntity getLogLevel() throws ArangoDBException {
848849
* @param entity
849850
* loglevel settings
850851
* @return the server's current loglevel settings
852+
* @since ArangoDB 3.1.0
851853
* @throws ArangoDBException
852854
*/
853855
public LogLevelEntity setLogLevel(final LogLevelEntity entity) throws ArangoDBException {

0 commit comments

Comments
 (0)