Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sherfert authored and Lojjs committed Mar 5, 2018
1 parent a739981 commit 2e80854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ else if ( unit == ChronoUnit.MICROS && "nanosecond".equals( entry.getKey() ) )
}
}

if( conflictingMilliSeconds )
if ( conflictingMilliSeconds )
{
AnyValue millis = Values.intValue( truncated.get( ChronoField.MILLI_OF_SECOND ) );
AnyValue micros = fields.remove( "microsecond" );
Expand Down

0 comments on commit 2e80854

Please sign in to comment.