src/main/java/com/gitblit/wicket/charting/SecureChart.java
@@ -43,7 +43,7 @@ /** * This is a fork of org.wicketstuff.googlecharts.Chart whose only purpose * is to build https urls instead of http urls. * * * @author Daniel Spiewak * @author James Moger */ @@ -140,7 +140,7 @@ url.append(param).append('=').append(value); } private CharSequence convert(ChartDataEncoding encoding, double value, double max) { switch (encoding) { case TEXT: