This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 1e3c7ccb4596e5710b1cb124bd7c6c700187c433 Author: Martin Desruisseaux <[email protected]> AuthorDate: Mon Aug 10 13:51:07 2020 +0200 Add a missing `class="sis"` attributes in `<table>` HTML elements. --- core/sis-feature/src/main/java/org/apache/sis/image/ImageProcessor.java | 2 +- .../main/java/org/apache/sis/internal/coverage/j2d/TileOpExecutor.java | 2 +- core/sis-portrayal/src/main/java/org/apache/sis/portrayal/Canvas.java | 2 +- .../src/main/java/org/apache/sis/referencing/cs/CoordinateSystems.java | 2 +- .../main/java/org/apache/sis/storage/geotiff/ImageFileDirectory.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/sis-feature/src/main/java/org/apache/sis/image/ImageProcessor.java b/core/sis-feature/src/main/java/org/apache/sis/image/ImageProcessor.java index 1d734ef..7e90776 100644 --- a/core/sis-feature/src/main/java/org/apache/sis/image/ImageProcessor.java +++ b/core/sis-feature/src/main/java/org/apache/sis/image/ImageProcessor.java @@ -580,7 +580,7 @@ public class ImageProcessor implements Cloneable { * All unrecognized modifiers are silently ignored. If no modifier is specified, then the color ramp * will be stretched from minimum to maximum values found in specified image.</p> * - * <table> + * <table class="sis"> * <caption>Value range modifiers</caption> * <tr> * <th>Key</th> diff --git a/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/TileOpExecutor.java b/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/TileOpExecutor.java index e451af7..b1f7c2c 100644 --- a/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/TileOpExecutor.java +++ b/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/TileOpExecutor.java @@ -48,7 +48,7 @@ import org.apache.sis.internal.util.Strings; * (it usually means that it does not hold any mutable state), then subclasses can override * and invoke the methods in one of the following rows: * - * <table> + * <table class="sis"> * <caption>Methods to use in single-thread or with concurrent implementations</caption> * <tr> * <th>Override</th> diff --git a/core/sis-portrayal/src/main/java/org/apache/sis/portrayal/Canvas.java b/core/sis-portrayal/src/main/java/org/apache/sis/portrayal/Canvas.java index 1ab6399..ecfa8da 100644 --- a/core/sis-portrayal/src/main/java/org/apache/sis/portrayal/Canvas.java +++ b/core/sis-portrayal/src/main/java/org/apache/sis/portrayal/Canvas.java @@ -917,7 +917,7 @@ public class Canvas extends Observable implements Localized { * <cite>supplemental dimension</cite>) for <var>t</var> is added to the CRS, {@link GridExtent} * and "grid to CRS" transform of the returned grid geometry.</p> * - * <table> + * <table class="sis"> * <caption>Canvas properties → grid geometry properties</caption> * <tr> * <th>Grid geometry element</th> diff --git a/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/CoordinateSystems.java b/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/CoordinateSystems.java index b61f174..4ad1b6f 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/CoordinateSystems.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/CoordinateSystems.java @@ -553,7 +553,7 @@ next: for (final CoordinateSystem cs : targets) { * it does not yet scan the EPSG database (this may change in future Apache SIS version). * The current list of known coordinate systems is given below.</p> * - * <table> + * <table class="sis"> * <caption>Known coordinate systems (CS)</caption> * <tr><th>EPSG</th> <th>CS type</th> <th colspan="3">Axis directions</th> <th>Horizontal unit</th></tr> * <tr><td>6424</td> <td>Ellipsoidal</td> <td>east</td> <td>north</td> <td></td> <td>degree</td></tr> diff --git a/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ImageFileDirectory.java b/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ImageFileDirectory.java index 5f55a92..aab1e7f 100644 --- a/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ImageFileDirectory.java +++ b/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ImageFileDirectory.java @@ -249,7 +249,7 @@ final class ImageFileDirectory extends AbstractGridResource { /** * The color space of the image data, or -1 if unspecified. * - * <table> + * <table class="sis"> * <caption>Color space codes</caption> * <tr><th>Value</th> <th>Label</th> <th>Description</th></tr> * <tr><td>0</td> <td>WhiteIsZero</td> <td>For bilevel and grayscale images. 0 is imaged as white.</td></tr>
