aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/pdfas/performance
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/egiz/pdfas/performance')
-rw-r--r--src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java
index 99d0d51..d03187c 100644
--- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java
+++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.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.performance;
import org.apache.commons.logging.Log;
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java
index 2fd33e2..831c7c2 100644
--- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java
+++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.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.performance;
/**
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java
index c1c283c..c405383 100644
--- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java
+++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.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.performance;
import org.apache.commons.logging.Log;