Skip to content

Commit

Permalink
Merge pull request #36 from oracle/morgiyan-patch-2
Browse files Browse the repository at this point in the history
Update OracleDocument.java
  • Loading branch information
morgiyan authored Oct 17, 2024
2 parents 103b9c7 + 3a45c03 commit a21e6c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions orajsoda/src/main/java/oracle/soda/OracleDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ String getContentAsString()
* </td>
* <td style="border: 1px solid black; padding: 5px;">The JSON type value is returned as JSON text. </td>
* </tr>
* <tr>
* <td style="border: 1px solid black; padding: 5px;">{@code java.io.InputStream}</td>
* <td style="border: 1px solid black; padding: 5px;">The JSON type value is returned as UTF8 JSON text. </td>
* </tr>
* </table>
* <b>Deprecation Notice:</b> support for {@code javax.json} will be removed in an upcoming release.
*
Expand Down
7 changes: 0 additions & 7 deletions orajsoda/src/main/java/oracle/soda/OracleDocumentFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ OracleDocument createDocumentFrom(Object content)
* </td>
* <td style="border: 1px solid black; padding: 5px;">A JSON text value. </td>
* </tr>
* <tr>
* <td style="border: 1px solid black; padding: 5px;">{@code java.io.InputStream}<br>
* {@code byte[]}<br>
* </td>
* <td style="border: 1px solid black; padding: 5px;">Either a JSON text value (UTF8, UTF16, etc) or Oracle binary JSON.
* </td>
* </tr>
* </table>
* <b>Deprecation Notice:</b> support for {@code javax.json} will be removed in an upcoming release.
*
Expand Down

0 comments on commit a21e6c8

Please sign in to comment.