From 66293849794c304b4bcde33a5e91aa8287366576 Mon Sep 17 00:00:00 2001 From: Stephan Klevenz Date: Fri, 21 Mar 2014 15:06:17 +0100 Subject: [PATCH] [OLINGO-206] fix checkstyle issues --- .../core/uri/validator/SystemQueryValidator.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/validator/SystemQueryValidator.java b/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/validator/SystemQueryValidator.java index 2d9f04669..b29413647 100644 --- a/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/validator/SystemQueryValidator.java +++ b/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/validator/SystemQueryValidator.java @@ -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 {