Skip to content

Commit 76ceaf0

Browse files
committed
add toString()
1 parent 455d146 commit 76ceaf0

File tree

1 file changed

+5
-0
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/configuration

1 file changed

+5
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Project.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,9 @@ public boolean equals(Object obj) {
581581
return true;
582582
}
583583
}
584+
585+
@Override
586+
public String toString() {
587+
return getName() + ":indexed=" + isIndexed() + ",history=" + isHistoryEnabled();
588+
}
584589
}

0 commit comments

Comments
 (0)