Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit ea15a71

Browse files
authored
Merge pull request #362 from JonathanGiles/jdk11-support
Removing unsupported HTML5 attributes from HTML table
2 parents 1c17b18 + e12f5c9 commit ea15a71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

microsoft-azure-storage/src/com/microsoft/azure/storage/table/TableServiceEntity.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
* <p>
5959
* The following table shows the supported property data types in Microsoft Azure storage and the corresponding Java
6060
* types when deserialized.
61-
* <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" summary="Supported property data types in Microsoft Azure storage">
62-
* <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
61+
* <table BORDER="1">
62+
* <caption>Supported property data types in Microsoft Azure storage</caption>
63+
* <TR CLASS="TableSubHeadingColor">
6364
* <th>Storage Type</th>
6465
* <th>EdmType Value</th>
6566
* <th>Java Type</th>

0 commit comments

Comments
 (0)