Skip to content

Commit

Permalink
make final the originalUserHome
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesiato committed Jan 23, 2025
1 parent 15ed60c commit e8011ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public abstract class AbstractTestCase {

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

protected String originalUserHome = System.getProperty(USER_HOME);
protected final String originalUserHome = System.getProperty(USER_HOME);

@Before
public void setUp() throws IOException, SQLException, PluginException {
Expand Down

0 comments on commit e8011ec

Please sign in to comment.