We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b95034 commit e14735eCopy full SHA for e14735e
src/main/java/com/arangodb/entity/DefaultEntity.java
@@ -17,12 +17,16 @@
17
package com.arangodb.entity;
18
19
/**
20
- * A default entity extending the base entity .
21
- * This is used mostly as a result object for empty server responses
+ * A default entity extending the base entity . This is used mostly as a result
+ * object for empty server responses
22
*
23
* @author tamtam180 - kirscheless at gmail.com
24
25
*/
26
public class DefaultEntity extends BaseEntity {
27
28
+ public DefaultEntity() {
29
+ // do nothing here
30
+ }
31
+
32
}
0 commit comments