mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 02:29:23 +00:00
fix 1.5 compilation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1104563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5bfd24ff52
commit
9553d302b1
@ -677,7 +677,7 @@ public ArtifactDownloadInfo( ArtifactMetadata artifact )
|
||||
}
|
||||
}
|
||||
|
||||
DecimalFormat df = new DecimalFormat( "#,###.##", DecimalFormatSymbols.getInstance( Locale.US) );
|
||||
DecimalFormat df = new DecimalFormat( "#,###.##", new DecimalFormatSymbols( Locale.US) );
|
||||
size = df.format( s ) + " " + symbol;
|
||||
id = artifact.getId();
|
||||
version = artifact.getVersion();
|
||||
|
Loading…
x
Reference in New Issue
Block a user