Skip to content

Commit e2c7391

Browse files
committed
remove extra comma
1 parent 57c0c6c commit e2c7391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public String toString() {
477477
if (!isHistoryCacheEnabled()) {
478478
stringBuilder.append("historyCache=off");
479479
} else {
480-
stringBuilder.append("historyCache=on,");
480+
stringBuilder.append("historyCache=on");
481481
}
482482

483483
if (isHandleRenamedFiles()) {

0 commit comments

Comments
 (0)