summaryrefslogtreecommitdiff
path: root/manual/properties.html
diff options
context:
space:
mode:
authortwogee <g.grigelionis@gmail.com>2019-03-01 22:34:05 +0100
committertwogee <g.grigelionis@gmail.com>2019-03-02 19:22:10 +0100
commit9e1bd1445d4269320e861ed05845e48e57f6f762 (patch)
tree5b616e4fc52b07b6f9e5fc20debc1a52f143e5fb /manual/properties.html
parent6e96e43111c578a941797e9caa00db43423cf798 (diff)
downloadant-9e1bd1445d4269320e861ed05845e48e57f6f762.tar.gz
Incorrect HTML
Diffstat (limited to 'manual/properties.html')
-rw-r--r--manual/properties.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/properties.html b/manual/properties.html
index 1d7119d4d..21958a633 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -165,7 +165,7 @@ public class DefaultExpander implements PropertyExpander {
int index = pos.getIndex();
if (s.indexOf("${", index) == index) {
int end = s.indexOf('}', index);
- if (end < 0) {
+ if (end &lt; 0) {
throw new BuildException("Syntax error in property: " + s);
}
int start = index + 2;