Skip to content

Commit 7e4d0ef

Browse files
committed
WelcomeService: turn the WELCOME.md variable into a constant
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 962f775 commit 7e4d0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/welcome/DefaultWelcomeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class DefaultWelcomeService extends AbstractService implements
6060
WelcomeService
6161
{
6262

63-
private String WELCOME_FILE = "WELCOME.md";
63+
private final static String WELCOME_FILE = "WELCOME.md";
6464

6565
@Parameter
6666
private LogService log;

0 commit comments

Comments
 (0)