Skip to content

Commit

Permalink
Fix Javadoc URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Dec 24, 2015
1 parent 39099f4 commit b155773
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_ambient
* -temperature">ambient-temperature</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_ambient-temperature">ambient-temperature</a>
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonNaming(PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_body-fat
* -percentage">body-fat-percentage</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_body-fat-percentage">body-fat-percentage</a>
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonNaming(PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_body-temperature
* ">body-temperature</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_body-temperature">body-temperature</a>
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonNaming(PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_oxygen-saturation
* ">oxygen-saturation</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_oxygen-saturation">oxygen-saturation</a>
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonNaming(PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_respiratory-rate
* ">respiratory-rate</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_respiratory-rate">respiratory-rate</a>
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonNaming(PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
*
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_temperature-unit
* -value">temperature-unit-value</a>
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_temperature-unit-value">temperature-unit-value</a>
*/
public enum TemperatureUnit implements Unit {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/**
* @author Chris Schaefbauer
* @version 1.0
* @see <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_temperature-unit
* -value">temperature-unit-value</a>
* @see
* <a href="http://www.openmhealth.org/documentation/#/schema-docs/schema-library/schemas/omh_temperature-unit-value">temperature-unit-value</a>
*/
public class TemperatureUnitValue extends TypedUnitValue<TemperatureUnit> {

Expand Down

0 comments on commit b155773

Please sign in to comment.