Skip to content

Commit e8011ec

Browse files
committed
make final the originalUserHome
1 parent 15ed60c commit e8011ec

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)