Skip to content

Commit 4c800ae

Browse files
committed
no need to set tabSize to 0 in the constructors
1 parent e073d80 commit 4c800ae

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public Project() {
148148
*/
149149
public Project(String name) {
150150
this.name = name;
151-
this.tabSize = 0;
152151
}
153152

154153
/**
@@ -160,7 +159,6 @@ public Project(String name) {
160159
public Project(String name, String path) {
161160
this.name = name;
162161
this.path = Util.fixPathIfWindows(path);
163-
this.tabSize = 0;
164162
completeWithDefaults();
165163
}
166164

0 commit comments

Comments
 (0)