code polish

This commit is contained in:
nathan 2016-03-12 03:25:34 +01:00
parent bc7801389e
commit 74c49d7586

View File

@ -18,6 +18,5 @@ package org.bouncycastle.math.ec;
public class ECAccessor {
public static void setCoordSystem(ECCurve curve, int coordinateSystem) {
curve.coord = coordinateSystem;
}
}