Skip to content

Commit 772d60e

Browse files
committed
Use final
1 parent 4731bbe commit 772d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/scxml2/env/URLResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class URLResolver implements PathResolver, Serializable {
3838
private static final Log log = LogFactory.getLog(PathResolver.class);
3939

4040
/** The base URL to resolve against. */
41-
private URL baseURL;
41+
private final URL baseURL;
4242

4343
/**
4444
* Constructs a new instance.

0 commit comments

Comments
 (0)