diff --git a/lib/client-core/src/test/java/org/apache/olingo/client/core/JsonDeserializerTest.java b/lib/client-core/src/test/java/org/apache/olingo/client/core/JsonDeserializerTest.java index 023f9ce24..4a0c65805 100644 --- a/lib/client-core/src/test/java/org/apache/olingo/client/core/JsonDeserializerTest.java +++ b/lib/client-core/src/test/java/org/apache/olingo/client/core/JsonDeserializerTest.java @@ -38,9 +38,8 @@ public class JsonDeserializerTest { /** - * Without the attached fix this test with the corresponding resource json will throw a {@link java.lang.IllegalArgumentException} - * with the message: 'Cannot build a primitive value for Stream' - * + * Without the attached fix this test with the corresponding resource json will throw + * a {@link java.lang.IllegalArgumentException} with the message: 'Cannot build a primitive value for Stream' * this is because the @odata.type key is incorrectly filtered by the previous implementation */ @Test