From 8c769bae2d6d71677ce71a299d618957029ab4ac Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 10 Apr 2006 08:46:26 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_ID-1_3_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_ID-1_3_1@704 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.test/src/testgenerator/Supplement.java | 62 ----------------------------- 1 file changed, 62 deletions(-) delete mode 100644 spss.test/src/testgenerator/Supplement.java (limited to 'spss.test/src/testgenerator/Supplement.java') diff --git a/spss.test/src/testgenerator/Supplement.java b/spss.test/src/testgenerator/Supplement.java deleted file mode 100644 index 41edd4118..000000000 --- a/spss.test/src/testgenerator/Supplement.java +++ /dev/null @@ -1,62 +0,0 @@ -package testgenerator; - -/** - * @author Stevie (Admin) - * - * To change this generated comment edit the template variable "typecomment": - * Window>Preferences>Java>Templates. - * To enable and disable the creation of type comments go to - * Window>Preferences>Java>Code Generation. - */ -public class Supplement { - - private String supplement; - /** - * Constructor for Supplement. - */ - public Supplement() { - supplement = " \n"; - - } - - public void addMetaInfo(String mimeType, String description) - { - supplement += " \n" + - " " + mimeType + ""; - if (!(description==null)) - { - supplement+= " " + description + ""; - } - - supplement+= " "; - } - - public void addBase64Content(String fileName, String data) - { - supplement+= " \n"+ - " "+data+"\n" + - " \n"; - - } - - public void addXMLContent(String fileName, String data) - { - supplement+= " \n"+ - " "+data+"\n" + - " \n"; - - } - - - public void closeSupplement() - { - supplement+= " \n"; - } - - public String getSupplement() - { - return supplement; - } - - -} -- cgit v1.2.3