Skip to content

Commit

Permalink
Issue #1 is solved by adding @deprecated javadoc to UnitSystem.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
prachipatel488 committed Feb 15, 2024
1 parent 78c241b commit d0d25b7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public int getPreferenceId() {
return preferenceIdentifier;
}

/**
* @deprecated (when, why, etc...)
*/
@Deprecated //TODO used to initialize before loading from preferences; should be loaded first
public static UnitSystem defaultUnitSystem() {
return METRIC;
Expand Down

0 comments on commit d0d25b7

Please sign in to comment.