Skip to content

Commit 2c8a713

Browse files
committed
agent field can be final
1 parent 0c2b91e commit 2c8a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/sa/src/org/graalvm/visualvm/sa/SaModelImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @author Tomas Hurka
3838
*/
3939
public class SaModelImpl extends SaModel {
40-
private Agent agent;
40+
private final Agent agent;
4141
private int pid;
4242
String executable;
4343
String core;

0 commit comments

Comments
 (0)