Skip to content

Commit 52f6cca

Browse files
committed
use this() where possible
1 parent 6aa0332 commit 52f6cca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/CacheException.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ public CacheException(String msg) {
4949
* @param level suggested log level
5050
*/
5151
public CacheException(String msg, Level level) {
52-
super(msg);
53-
this.level = level;
54-
this.logTrace = true;
52+
this(msg, level, true);
5553
}
5654

5755
/**

0 commit comments

Comments
 (0)