From c0f2c5dddb761ff811d8ca72c04e99fa8366de71 Mon Sep 17 00:00:00 2001 From: Treeku Date: Thu, 15 May 2014 05:27:35 +0100 Subject: [PATCH] Delete Prose constructors that clash with new one --- src/resources/common/ProsePackage.java | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/resources/common/ProsePackage.java b/src/resources/common/ProsePackage.java index 22549d40..d9baa309 100644 --- a/src/resources/common/ProsePackage.java +++ b/src/resources/common/ProsePackage.java @@ -50,28 +50,6 @@ public class ProsePackage { private int diInteger = 0; private float dfFloat = 0; - // TODO: Add more constructors - - public ProsePackage(String stfFile, String stfLabel) { - stf.setStfFilename(stfFile); - stf.setStfName(stfLabel); - } - - public ProsePackage(String stfFile, String stfLabel, String ttCustomString) { - stf.setStfFilename(stfFile); - stf.setStfName(stfLabel); - this.ttCustomString = ttCustomString; - } - - public ProsePackage(String stfFile, String stfLabel, long tuObjectId, String tuStfFile, String tuStfLabel, String tuCustomString) { - stf.setStfFilename(stfFile); - stf.setStfName(stfLabel); - this.tuObjectId = tuObjectId; - tuStf.setStfFilename(tuStfFile); - tuStf.setStfName(tuStfLabel); - this.tuCustomString = tuCustomString; - } - /* * Any parameters can be entered. *