aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java')
-rw-r--r--pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/CurrentLocalOperation.java13
1 files changed, 0 insertions, 13 deletions
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)
*/