Skip to content

Commit

Permalink
changed modifier for inner class Term
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaturli committed Feb 11, 2013
1 parent 04a9a7c commit 9c46d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ data/
lib/
target/
.project
.settings
.settings
.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public List<Term> terms() {
return terms;
}

class Term {
public class Term {
private String name;
private Integer count;

Expand Down

0 comments on commit 9c46d68

Please sign in to comment.