Fixed broken Javadoc

This commit is contained in:
Lukas Eder 2013-03-19 22:06:01 +01:00
parent 8abdc20465
commit c75ea9886b

View File

@ -635,7 +635,7 @@ public interface Field<T> extends GroupField {
* </tr>
* <tr>
* <td>{@link SQLDialect#HSQLDB}</td>
* <td><code>REGEXP_MATCHES([search], [pattern])</td>
* <td><code>REGEXP_MATCHES([search], [pattern])</code></td>
* <td>Java</td>
* <td><a
* href="http://hsqldb.org/doc/guide/builtinfunctions-chapt.html#N13577"
@ -653,7 +653,7 @@ public interface Field<T> extends GroupField {
* <td>POSIX</td>
* <td><a href=
* "http://dev.mysql.com/doc/refman/5.6/en/regexp.html">http://dev
* .mysql.com/doc/refman/5.6/en/regexp.html</a ></td>
* .mysql.com/doc/refman/5.6/en/regexp.html</a></td>
* </tr>
* <tr>
* <td>{@link SQLDialect#ORACLE}</td>