[OLINGO-206] fix checkstyle issues

This commit is contained in:
Stephan Klevenz 2014-03-21 15:06:17 +01:00
parent d9532784fb
commit 6629384979
1 changed files with 4 additions and 8 deletions

View File

@ -173,8 +173,7 @@ public class SystemQueryValidator {
if (lastPathSegemnt instanceof UriResourcePartTyped) {
if (((UriResourcePartTyped) lastPathSegemnt).isCollection()) {
idx = 14;
}
else {
} else {
idx = 13;
}
} else {
@ -186,8 +185,7 @@ public class SystemQueryValidator {
if (lastPathSegemnt instanceof UriResourcePartTyped) {
if (((UriResourcePartTyped) lastPathSegemnt).isCollection()) {
idx = 7;
}
else {
} else {
idx = 9;
}
} else {
@ -211,8 +209,7 @@ public class SystemQueryValidator {
if (lastPathSegemnt instanceof UriResourcePartTyped) {
if (((UriResourcePartTyped) lastPathSegemnt).isCollection()) {
idx = 17;
}
else {
} else {
idx = 16;
}
} else {
@ -228,8 +225,7 @@ public class SystemQueryValidator {
if (secondLastPathSegment instanceof UriResourcePartTyped) {
if (((UriResourcePartTyped) secondLastPathSegment).isCollection()) {
idx = 11;
}
else {
} else {
idx = 12;
}
} else {