aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model/JavaTest.kt
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2019-02-19 16:08:12 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2019-02-19 16:08:12 +0300
commit9e2ca870881823498c8f65afda7bd9b77e575a2d (patch)
treea0f0448318d193b7713f9c15cd08e1e38f876e88 /core/src/test/kotlin/model/JavaTest.kt
parent5afb808f984542bb550d124f87c65c71a9148b83 (diff)
downloaddokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.tar.gz
dokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.tar.bz2
dokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.zip
Cleanup http
Diffstat (limited to 'core/src/test/kotlin/model/JavaTest.kt')
-rw-r--r--core/src/test/kotlin/model/JavaTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/model/JavaTest.kt b/core/src/test/kotlin/model/JavaTest.kt
index 876d18c0..0bec6d01 100644
--- a/core/src/test/kotlin/model/JavaTest.kt
+++ b/core/src/test/kotlin/model/JavaTest.kt
@@ -150,7 +150,7 @@ public class JavaTest {
/**
* `@suppress` not supported in Java!
*
- * [Proposed tags](http://www.oracle.com/technetwork/java/javase/documentation/proposed-tags-142378.html)
+ * [Proposed tags](https://www.oracle.com/technetwork/java/javase/documentation/proposed-tags-142378.html)
* Proposed tag `@exclude` for it, but not supported yet
*/
@Ignore("@suppress not supported in Java!") @Test fun suppressTag() {