File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec/language/bm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 * @version $Id$
5252 */
5353public class Languages {
54- // Iimplementation note: This class is divided into two sections. The first part is a static factory interface that
54+ // Implementation note: This class is divided into two sections. The first part is a static factory interface that
5555 // exposes org/apache/commons/codec/language/bm/%s_languages.txt for %s in NameType.* as a list of supported
56- // languages, and a second part that provides instance methods for accessing this set fo supported languages.
56+ // languages, and a second part that provides instance methods for accessing this set for supported languages.
5757
5858 /**
5959 * A set of languages.
@@ -74,7 +74,7 @@ public static LanguageSet from(final Set<String> langs) {
7474
7575 public abstract LanguageSet restrictTo (LanguageSet other );
7676
77- public abstract LanguageSet merge (LanguageSet other );
77+ abstract LanguageSet merge (LanguageSet other );
7878 }
7979
8080 /**
You can’t perform that action at this time.
0 commit comments