This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/master by this push:
new 0734e23aa [OLINGO-1609] Fixed code style issue
0734e23aa is described below
commit 0734e23aabea1a1ac826157d0bcce01d30e141ad
Author: mibo <[email protected]>
AuthorDate: Fri Oct 13 21:26:16 2023 +0200
[OLINGO-1609] Fixed code style issue
---
.../java/org/apache/olingo/client/core/JsonDeserializerTest.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 <streamproptitle>@odata.type key is incorrectly
filtered by the previous implementation
*/
@Test