Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
refactor: make comment more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Aug 19, 2015
1 parent 80f3204 commit 14e3677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-model/src/main/java/org/zanata/model/HLocale.java
Expand Up @@ -140,7 +140,7 @@ public String retrieveNativeName() {
}

// TODO these 'retrieve' methods are unconventional, replace them with
// getters so they don't waste time trying to use 'get' methods that
// getters so devs don't waste time trying to use 'get' methods that
// don't work properly.
public String retrieveDisplayName() {
if (displayName == null || displayName.equals("")) {
Expand Down

0 comments on commit 14e3677

Please sign in to comment.