File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/java/com/arangodb Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments