Skip to content

Commit 2f9f29e

Browse files
committed
2 parents fa80ef5 + e8011ec commit 2f9f29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logicaldoc-util/src/main/java/com/logicaldoc/util/junit/AbstractTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public abstract class AbstractTestCase {
5151

5252
protected File tempDir = new File("target/tmp");
5353

54-
protected String originalUserHome = System.getProperty(USER_HOME);
54+
protected final String originalUserHome = System.getProperty(USER_HOME);
5555

5656
@Before
5757
public void setUp() throws IOException, SQLException, PluginException {

0 commit comments

Comments
 (0)