提交 157a2622 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix Javadoc and long lines

上级 a22f1ea3
......@@ -428,12 +428,9 @@ public class Database implements DataHandler {
* Compare two values with the current comparison mode. The values may have
* different data types including NULL.
*
* @param v the other value
* @param databaseMode the database mode
* @param compareMode the compare mode
* @param a the first value
* @param b the second value
* @param forEquality perform only check for equality (= or <>)
* @param forEquality perform only check for equality (= or &lt;&gt;)
* @return 0 if both values are equal, -1 if the first value is smaller, 1
* if the second value is larger, {@link Integer#MIN_VALUE} if order
* is not defined due to NULL comparison
......
......@@ -41,7 +41,8 @@ public class TestKeywords extends TestBase {
ClassReader r = new ClassReader(Parser.class.getResourceAsStream("Parser.class"));
r.accept(new ClassVisitor(Opcodes.ASM6) {
@Override
public FieldVisitor visitField(int access, String name, String descriptor, String signature, Object value) {
public FieldVisitor visitField(int access, String name, String descriptor, String signature,
Object value) {
add(set, value);
return null;
}
......
......@@ -804,4 +804,4 @@ qualification opportunity jumping exploited unacceptable vrs duplicated
queryparser tokenized freeze factorings recompilation unenclosed rfe dsync
econd irst bcef ordinality nord unnest
analyst occupation distributive josaph aor engineer sajeewa isuru randil kevin doctor businessman artist ashan
corrupts splitted disruption unintentional octets preconditions predicates subq
corrupts splitted disruption unintentional octets preconditions predicates subq objectweb insn opcodes
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论