Skip to content

Commit

Permalink
小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
pumadong committed Sep 17, 2014
1 parent 2c5cb13 commit d1534eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void getDictionaryById() {
Dictionary dictionary = service.getDictionaryById(1);
if(dictionary == null)
{
System.out.println("supplier is null");
System.out.println("dictionary is null");
} else {
System.out.println(dictionary.getName());
}
Expand Down

0 comments on commit d1534eb

Please sign in to comment.