aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/pdfas/framework/input
diff options
context:
space:
mode:
authortkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-06-21 17:06:40 +0000
committertkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-06-21 17:06:40 +0000
commitc5eb9c4b94860e51c9cab6e4a616fcc950ee102d (patch)
tree0eec77c06b60e724d30ba4231f7a5fabf70507ce /src/main/java/at/gv/egiz/pdfas/framework/input
parent6cbdcddc6b4c0083506263dcf111fe9eb59b901d (diff)
downloadpdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.tar.gz
pdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.tar.bz2
pdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.zip
Merge branch 'license_change'
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@780 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/java/at/gv/egiz/pdfas/framework/input')
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java3
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java3
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java3
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java3
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java3
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java3
7 files changed, 1 insertions, 19 deletions
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java
index cec8a2e..6f59508 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input;
import java.io.InputStream;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java b/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java
index ac37426..ebeeb10 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input;
import java.util.List;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java
index 758ff9f..1519550 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java
index 300c145..14a4ff4 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java
@@ -20,7 +20,7 @@
* file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.framework.input;
public class PdfDataSourceHolder {
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java
index 69df61a..19a6333 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input;
/**
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java
index fb79a4e..9259a39 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input.correction;
import at.gv.egiz.pdfas.exceptions.framework.CorrectorException;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java
index 222ef88..f6ddf97 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java
@@ -21,9 +21,6 @@
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
*
-/**
- *
- */
package at.gv.egiz.pdfas.framework.input.correction;
import at.gv.egiz.pdfas.impl.input.correction.ExternalCorrector;