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

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 22, 2013
1 parent c5d18c1 commit 2bdea09
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -359,7 +359,7 @@ private Map<LocaleId, List<HProjectIteration>> getMissingLocaleVersionMap() {

/**
* Search for locale that is not activated in given version
*
*
* @param version
*/
public List<LocaleId> getMissingLocale(HProjectIteration version) {
Expand All @@ -384,7 +384,7 @@ public String getMissingLocaleTitle(HProjectIteration version) {

/**
* Search for version that doesn't activate given locale
*
*
* @param localeId
*/
public List<HProjectIteration> getMissingVersion(LocaleId localeId) {
Expand Down

0 comments on commit 2bdea09

Please sign in to comment.