Skip to content

Commit

Permalink
[OLINGO-1609] Fixed code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mibo committed Oct 13, 2023
1 parent 7a50c58 commit 0734e23
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0734e23

Please sign in to comment.