From 79777d04cf64aa06388bb2027f5e1001015471f3 Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 18:23:49 +0000 Subject: javadoc an cleanup of unneeded code (mainly already out-commented) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@690 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java') diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java index 96194bf..c65fc71 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java @@ -43,11 +43,6 @@ public class CurrentLocalOperation */ public int current_operation = 0; -// /** -// * Tells, if the current local request has been finished. -// */ -// public boolean finished = false; - /** * @see at.gv.egiz.pdfas.web.LocalOperation#isFinished() */ @@ -64,14 +59,6 @@ public class CurrentLocalOperation return this.requests[this.current_operation]; } -// /** -// * @see at.gv.egiz.pdfas.web.LocalOperation#getCurrentSignatureHolder() -// */ -// public SignatureHolder getCurrentSignatureHolder() -// { -// return (SignatureHolder) this.holders_to_be_verified.get(this.current_operation); -// } - /** * @see at.gv.egiz.pdfas.web.LocalOperation#finishCurrentOperation(java.util.Properties) */ -- cgit v1.2.3