Skip to content

Commit

Permalink
Tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jul 2, 2016
1 parent f80fc9f commit db14eab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/java/javax/measure/spi/ServiceProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* <p>
* All the methods in this class are safe for use by multiple concurrent threads.
*
* @version 0.9.2, June 15, 2016
* @version 0.9.3, July 2, 2016
* @author Werner Keil
* @author Martin Desruisseaux
*/
Expand All @@ -61,7 +61,7 @@ public abstract class ServiceProvider {
private static volatile ServiceProvider[] providers;

/**
* Creates a new service provider.
* Creates a new service provider. Only to be used by subclasses.
*/
protected ServiceProvider() {
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javax/measure/spi/SystemOfUnitsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @author <a href="mailto:[email protected]">Jean-Marie Dautelle</a>
* @author <a href="mailto:[email protected]">Werner Keil</a>
* @version 0.7, $Date: 2015-11-08 $
* @version 0.9, July 2, 2016
*/
public interface SystemOfUnitsService {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javax/measure/spi/UnitFormatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* @author <a href="mailto:[email protected]">Jean-Marie Dautelle</a>
* @author <a href="mailto:[email protected]">Werner Keil</a>
* @version 0.6, $Date: 2015-11-03 $
* @version 0.9, July 2, 2016
*/
public interface UnitFormatService {

Expand Down

0 comments on commit db14eab

Please sign in to comment.