aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2017-01-26 01:57:00 +0000
committerClaude Brisson <cbrisson@apache.org>2017-01-26 01:57:00 +0000
commit2880a3c02ddc0b4aa8990c04d2580ea9db0d2acf (patch)
tree3c497ef634c983117b8d6e31ee65d0d7e8c55789 /velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java
parent5d9277c7481bb878babc6e3680b2b2124ca04867 (diff)
downloadapache-velocity-engine-2880a3c02ddc0b4aa8990c04d2580ea9db0d2acf.tar.gz
[engine] fix trailing whitespaces
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1780307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java
index c486dc0a..e95712aa 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceFactory.java
@@ -16,7 +16,7 @@ package org.apache.velocity.runtime.resource;
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
*/
import org.apache.velocity.Template;