comparison artifacts/src/main/java/de/intevation/artifacts/PreferredLocale.java @ 78:55eefe63a777

Repaired the javadoc stuff for almost all artifact interfaces. artifacts/trunk@760 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 11 Mar 2010 10:53:59 +0000
parents 48d1a9a082c2
children 78263e910675
comparison
equal deleted inserted replaced
77:48d1a9a082c2 78:55eefe63a777
7 * 7 *
8 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 8 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
9 */ 9 */
10 public interface PreferredLocale 10 public interface PreferredLocale
11 { 11 {
12 /**
13 * Returns the locale of the pair.
14 * @return The locale.
15 */
12 Locale getLocale(); 16 Locale getLocale();
17 /**
18 * Returns the quality of the pair.
19 * @return the quality
20 */
13 float getQuality(); 21 float getQuality();
14 } 22 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org