summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/Mapper.java
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-04-02 16:46:15 +0200
committerGintas Grigelionis <gintas@apache.org>2018-04-02 19:46:31 +0200
commit28e51503e3b08c5feeb7a6af7528283a517835a0 (patch)
tree4bffc410e4f73cc49eae4cdd1d0a985463a8291b /src/main/org/apache/tools/ant/types/Mapper.java
parentb247c2e6dbca4dd1634bbfc54c26b09679268922 (diff)
downloadant-28e51503e3b08c5feeb7a6af7528283a517835a0.tar.gz
Simplify and tidy up
Diffstat (limited to 'src/main/org/apache/tools/ant/types/Mapper.java')
-rw-r--r--src/main/org/apache/tools/ant/types/Mapper.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/org/apache/tools/ant/types/Mapper.java b/src/main/org/apache/tools/ant/types/Mapper.java
index 86c62a080..86f94abb5 100644
--- a/src/main/org/apache/tools/ant/types/Mapper.java
+++ b/src/main/org/apache/tools/ant/types/Mapper.java
@@ -218,8 +218,7 @@ public class Mapper extends DataType {
if (type == null && classname == null && container == null) {
throw new BuildException(
- "nested mapper or "
- + "one of the attributes type or classname is required");
+ "nested mapper or one of the attributes type or classname is required");
}
if (container != null) {