Fix duplication bugs

This commit is contained in:
Dennis Eichhorn 2017-09-30 12:55:07 +02:00
parent b92717a3b6
commit 092e480903
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ abstract class TimeType extends Enum
{
/* public */ const MILLISECONDS = 'ms';
/* public */ const SECONDS = 's';
/* public */ const MINUTES = 'm';
/* public */ const MINUTES = 'i';
/* public */ const HOURS = 'h';
/* public */ const DAYS = 'd';
/* public */ const WEEKS = 'w';

View File

@ -36,7 +36,7 @@ abstract class VolumeType extends Enum
/* public */ const US_PINT_DRY = 'US pt dry';
/* public */ const US_QUARTS_LIQUID = 'US qt lqd';
/* public */ const US_QUARTS_DRY = 'US qt dry';
/* public */ const UK_QUARTS = 'US qt dry';
/* public */ const UK_QUARTS = 'UK qt dry';
/* public */ const US_GILL = 'US gi';
/* public */ const UK_GILL = 'UK gi';
/* public */ const LITER = 'L';