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 cb86b7f37d27d9be2211bd4c691580173e3676c0 Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Nov 6 01:05:13 2019 +0100 Avoid a broken link for now (for avoiding a compilation error). --- .../src/test/java/org/apache/sis/filter/LikeFunctionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sis-feature/src/test/java/org/apache/sis/filter/LikeFunctionTest.java b/core/sis-feature/src/test/java/org/apache/sis/filter/LikeFunctionTest.java index 7374ff5..00a1efe 100644 --- a/core/sis-feature/src/test/java/org/apache/sis/filter/LikeFunctionTest.java +++ b/core/sis-feature/src/test/java/org/apache/sis/filter/LikeFunctionTest.java @@ -23,7 +23,7 @@ import org.junit.Ignore; /** - * Tests {@link ComparisonFunction.Like} implementations. + * Tests {@code ComparisonFunction.Like} implementations. * * @author Johann Sorel (Geomatys) * @version 2.0
