diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2013-12-17 17:29:09 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2013-12-17 17:29:09 +0000 |
commit | 6f02e19db3d538e15486180ae3b345bbfe6ecf41 (patch) | |
tree | 07c9cba6054c87e406e417436afe24ab2f4a6b21 /src/java/org/apache/fop/Version.java | |
parent | f4503bb6c4925faf89d87e23719b5de1780711de (diff) | |
download | xmlgraphics-fop-6f02e19db3d538e15486180ae3b345bbfe6ecf41.tar.gz xmlgraphics-fop-6f02e19db3d538e15486180ae3b345bbfe6ecf41.zip |
Smoke test: introduce Checkstyle violation and see if Gump will complain
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/Version.java')
-rw-r--r-- | src/java/org/apache/fop/Version.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/Version.java b/src/java/org/apache/fop/Version.java index 86861a60b..dbd2a1c1c 100644 --- a/src/java/org/apache/fop/Version.java +++ b/src/java/org/apache/fop/Version.java @@ -18,7 +18,7 @@ /* $Id$ */ package org.apache.fop; - + /** * This class is used to evaluate the version information contained in the Manifest of FOP's JAR. * Note that this class can only find the version information if it's in the org.apache.fop package |