Skip to content

Commit

Permalink
Making fields final
Browse files Browse the repository at this point in the history
  • Loading branch information
alf committed Aug 28, 2012
1 parent 533afe3 commit cc7f7a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/
public class SchedulableComponentProcess extends SchedulableProcess {

public ParameterizedMethod process;
private ELockingMode lockingMode;
public final ParameterizedMethod process;
private final ELockingMode lockingMode;

public SchedulableComponentProcess(ParameterizedMethod process,
ELockingMode lockingMode) {
Expand Down

0 comments on commit cc7f7a8

Please sign in to comment.