Skip to content

Commit 66313c1

Browse files
committed
add comment
1 parent 45d50b2 commit 66313c1

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,13 @@ public class Project implements Comparable<Project>, Nameable, Serializable {
9292
*/
9393
private Boolean mergeCommitsEnabled = null;
9494

95+
/**
96+
* Username to used for repository authentication. This is propagated to all repositories of this project.
97+
*/
9598
private String username = null;
99+
/**
100+
* Password to used for repository authentication. This is propagated to all repositories of this project.
101+
*/
96102
private String password = null;
97103

98104
/**

0 commit comments

Comments
 (0)