1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 08:23:11 +00:00

Adds missing orientdb assembly descriptor

This commit is contained in:
2011-12-26 12:34:55 -02:00
parent d363c30c5c
commit d4d20215a2
12 changed files with 129 additions and 47 deletions

View File

@@ -116,7 +116,7 @@ public class QPathUtils {
return false;
final ColumnNullable nullable = field
.getAnnotation(ColumnNullable.class);
if (nullable == null) {
if (nullable != null) {
return true;
} else {
return false;