Skip to content

Commit

Permalink
Makingfields final
Browse files Browse the repository at this point in the history
  • Loading branch information
alf committed Aug 29, 2012
1 parent fb5597c commit 23e7f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class LocalSession implements ISession {

private boolean succeeded = false;
private LocalKnowledgeRepository kr;
private final LocalKnowledgeRepository kr;

LocalSession(LocalKnowledgeRepository kr) {
this.kr = kr;
Expand Down

0 comments on commit 23e7f9c

Please sign in to comment.