From 74c49d75860a1d608044a35e118185620c0d996b Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 12 Mar 2016 03:25:34 +0100 Subject: [PATCH] code polish --- Dorkbox-Util/src/org/bouncycastle/math/ec/ECAccessor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Dorkbox-Util/src/org/bouncycastle/math/ec/ECAccessor.java b/Dorkbox-Util/src/org/bouncycastle/math/ec/ECAccessor.java index 11e44c3..9432d93 100644 --- a/Dorkbox-Util/src/org/bouncycastle/math/ec/ECAccessor.java +++ b/Dorkbox-Util/src/org/bouncycastle/math/ec/ECAccessor.java @@ -18,6 +18,5 @@ package org.bouncycastle.math.ec; public class ECAccessor { public static void setCoordSystem(ECCurve curve, int coordinateSystem) { curve.coord = coordinateSystem; - } }