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

Commit e12f5c9

Browse files
committed
Removing unsupported HTML5 attributes from HTML table
1 parent 508ec1f commit e12f5c9

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)