Re: RFR: XS,docs,13 JDK-8226592: Fix HTML in table for jdk.zipfs module-info

2019-06-21 Thread Brian Burkhalter
Hi Jon,

+1

Brian

> On Jun 21, 2019, at 11:31 AM, Jonathan Gibbons  
> wrote:
> 
> Please review a tiny fix to the HTML for a table in jdk.zipfs 
> module-info.java.  The fix is just to change some cells from  to .  
> Because of the specified style (striped) for the table, there is no change in 
> the default appearance of this table.
> 
> The change is simple enough to show the patch below.
> 
> JBS: https://bugs.openjdk.java.net/browse/JDK-8226592
> 
> -- Jon
> 
> $ hg diff -R open
> diff -r e00591da418d src/jdk.zipfs/share/classes/module-info.java
> --- a/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 10:38:53 2019 
> -0700
> +++ b/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 11:25:09 2019 
> -0700
> @@ -60,7 +60,7 @@
>   *
>   * 
>   * 
> - *   create
> + *   create
>   *   java.lang.String
>   *   false
>   *   
> @@ -69,7 +69,7 @@
>   *   
>   * 
>   * 
> - *   encoding
> + *   encoding
>   *   java.lang.String
>   *   UTF-8
>   *   
> 



Re: RFR: XS,docs,13 JDK-8226592: Fix HTML in table for jdk.zipfs module-info

2019-06-21 Thread Lance Andersen
+1

> On Jun 21, 2019, at 2:31 PM, Jonathan Gibbons  
> wrote:
> 
> Please review a tiny fix to the HTML for a table in jdk.zipfs 
> module-info.java.  The fix is just to change some cells from  to .  
> Because of the specified style (striped) for the table, there is no change in 
> the default appearance of this table.
> 
> The change is simple enough to show the patch below.
> 
> JBS: https://bugs.openjdk.java.net/browse/JDK-8226592
> 
> -- Jon
> 
> $ hg diff -R open
> diff -r e00591da418d src/jdk.zipfs/share/classes/module-info.java
> --- a/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 10:38:53 2019 
> -0700
> +++ b/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 11:25:09 2019 
> -0700
> @@ -60,7 +60,7 @@
>   *
>   * 
>   * 
> - *   create
> + *   create
>   *   java.lang.String
>   *   false
>   *   
> @@ -69,7 +69,7 @@
>   *   
>   * 
>   * 
> - *   encoding
> + *   encoding
>   *   java.lang.String
>   *   UTF-8
>   *   
> 

 
  

 Lance Andersen| 
Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com 





RFR: XS,docs,13 JDK-8226592: Fix HTML in table for jdk.zipfs module-info

2019-06-21 Thread Jonathan Gibbons
Please review a tiny fix to the HTML for a table in jdk.zipfs 
module-info.java.  The fix is just to change some cells from  to 
.  Because of the specified style (striped) for the table, there is 
no change in the default appearance of this table.


The change is simple enough to show the patch below.

JBS: https://bugs.openjdk.java.net/browse/JDK-8226592

-- Jon

$ hg diff -R open
diff -r e00591da418d src/jdk.zipfs/share/classes/module-info.java
--- a/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 10:38:53 
2019 -0700
+++ b/src/jdk.zipfs/share/classes/module-info.java Fri Jun 21 11:25:09 
2019 -0700

@@ -60,7 +60,7 @@
  *
  * 
  * 
- *   create
+ *   create
  *   java.lang.String
  *   false
  *   
@@ -69,7 +69,7 @@
  *   
  * 
  * 
- *   encoding
+ *   encoding
  *   java.lang.String
  *   UTF-8
  *