From af750370c76da050a8ea0da9f19fcb4cc9b34e78 Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Tue, 18 Sep 2018 14:50:07 +0200 Subject: AlgorithmMethodFactoryImpl default constructor removed --- .../egiz/bku/slcommands/impl/xsect/AlgorithmMethodFactoryImpl.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/AlgorithmMethodFactoryImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/AlgorithmMethodFactoryImpl.java index 60e50d98..f50e1a83 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/AlgorithmMethodFactoryImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/AlgorithmMethodFactoryImpl.java @@ -74,12 +74,7 @@ public class AlgorithmMethodFactoryImpl implements AlgorithmMethodFactory { * The algorithm parameters for the signature algorithm. */ protected SignatureMethodParameterSpec signatureMethodParameterSpec; - - /** - * Default Constructor - */ - public AlgorithmMethodFactoryImpl(){ - } + /** * Creates a new AlgorithmMethodFactory with the given -- cgit v1.2.3