55 * DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
66 * AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
77 * BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8- * API ("Specification") Copyright (c) 2012-2013 , Credit Suisse All rights
8+ * API ("Specification") Copyright (c) 2012-2015 , Credit Suisse All rights
99 * reserved.
1010 */
1111package javax .money .spi ;
@@ -29,20 +29,20 @@ public interface ServiceProvider {
2929 */
3030 public int getPriority ();
3131
32- /**
33- * Access a list of services, given its type. The bootstrap mechanism should
34- * order the instance for precedence, hereby the most significant should be
32+ /**
33+ * Access a list of services, given its type. The bootstrap mechanism should
34+ * order the instance for precedence, hereby the most significant should be
3535 * first in order. If no such services are found, an empty list should be
3636 * returned.
3737 *
38- * @param serviceType
39- * the service type.
40- * @return The instance to be used, never {@code null}
41- */
38+ * @param serviceType
39+ * the service type.
40+ * @return The instance to be used, never {@code null}
41+ */
4242 <T > List <T > getServices (Class <T > serviceType );
4343
4444 /**
45- * Access a single services , given its type. The bootstrap mechanism should
45+ * Access a single service , given its type. The bootstrap mechanism should
4646 * order the instance for precedence, hereby the most significant should be
4747 * first in order and returned. If no such services are found, null is
4848 * returned.
@@ -51,5 +51,4 @@ public interface ServiceProvider {
5151 * @return The instance, (with highest precedence) or {@code null}, if no such service is available.
5252 */
5353 <T > T getService (Class <T > serviceType );
54-
55- }
54+ }
0 commit comments