Skip to content

Commit e14735e

Browse files
author
a-brandt
committed
fixed sonarlint issue
1 parent 1b95034 commit e14735e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
package com.arangodb.entity;
1818

1919
/**
20-
* A default entity extending the base entity .
21-
* This is used mostly as a result object for empty server responses
20+
* A default entity extending the base entity . This is used mostly as a result
21+
* object for empty server responses
2222
*
2323
* @author tamtam180 - kirscheless at gmail.com
2424
*
2525
*/
2626
public class DefaultEntity extends BaseEntity {
2727

28+
public DefaultEntity() {
29+
// do nothing here
30+
}
31+
2832
}

0 commit comments

Comments
 (0)