Kaydet (Commit) 670f472e authored tarafından rbuj's avatar rbuj Kaydeden (comit) Thomas Arnhold

wizards: fix javadoc error: bad use of '>'

Change-Id: Ide61f9ed907e8896ccb64b6c69b3a43068658ace
Reviewed-on: https://gerrit.libreoffice.org/11237Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst bc796af2
...@@ -416,9 +416,9 @@ public class SQLQueryComposer ...@@ -416,9 +416,9 @@ public class SQLQueryComposer
* retrieves a normalized structured filter * retrieves a normalized structured filter
* *
* <p>XSingleSelectQueryComposer.getStructuredFilter has a strange habit of returning the predicate (equal, not equal, etc) * <p>XSingleSelectQueryComposer.getStructuredFilter has a strange habit of returning the predicate (equal, not equal, etc)
* effectively twice: Once as SQLFilterOperator, and once in the value. That is, if you have a term "column <> 3", then * effectively twice: Once as SQLFilterOperator, and once in the value. That is, if you have a term {@literal "column <> 3"}, then
* you'll get an SQLFilterOperator.NOT_EQUAL (which is fine), <strong>and</strong> the textual value of the condition * you'll get an SQLFilterOperator.NOT_EQUAL (which is fine), <strong>and</strong> the textual value of the condition
* will read "<> 3". The latter is strange enough, but even more strange is that this behavior is not even consistent: * will read {@literal "<> 3"}. The latter is strange enough, but even more strange is that this behavior is not even consistent:
* for SQLFilterOperator.EQUAL, the "=" sign is not include in the textual value.</p> * for SQLFilterOperator.EQUAL, the "=" sign is not include in the textual value.</p>
* *
* <p>To abstract from this weirdness, use this function here, which strips the unwanted tokens from the textual value * <p>To abstract from this weirdness, use this function here, which strips the unwanted tokens from the textual value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment