Skip to content

Commit db14eab

Browse files
committed
Tagging
1 parent f80fc9f commit db14eab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/java/javax/measure/spi/ServiceProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* <p>
4545
* All the methods in this class are safe for use by multiple concurrent threads.
4646
*
47-
* @version 0.9.2, June 15, 2016
47+
* @version 0.9.3, July 2, 2016
4848
* @author Werner Keil
4949
* @author Martin Desruisseaux
5050
*/
@@ -61,7 +61,7 @@ public abstract class ServiceProvider {
6161
private static volatile ServiceProvider[] providers;
6262

6363
/**
64-
* Creates a new service provider.
64+
* Creates a new service provider. Only to be used by subclasses.
6565
*/
6666
protected ServiceProvider() {
6767
}

src/main/java/javax/measure/spi/SystemOfUnitsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* @author <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
4242
* @author <a href="mailto:units@catmedia.us">Werner Keil</a>
43-
* @version 0.7, $Date: 2015-11-08 $
43+
* @version 0.9, July 2, 2016
4444
*/
4545
public interface SystemOfUnitsService {
4646

src/main/java/javax/measure/spi/UnitFormatService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @author <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
4040
* @author <a href="mailto:units@catmedia.us">Werner Keil</a>
41-
* @version 0.6, $Date: 2015-11-03 $
41+
* @version 0.9, July 2, 2016
4242
*/
4343
public interface UnitFormatService {
4444

0 commit comments

Comments
 (0)