diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/features/SneakyThrows.html | 2 | ||||
-rw-r--r-- | website/features/ToString.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/website/features/SneakyThrows.html b/website/features/SneakyThrows.html index 3f414bab..ec7d09c5 100644 --- a/website/features/SneakyThrows.html +++ b/website/features/SneakyThrows.html @@ -54,6 +54,8 @@ <div class="overview"> <h3>Small print</h3><div class="smallprint"> <p> + <code>@SneakyThrows</code> is an implementation of this feature request: <a href="http://bugs.sun.com/view_bug.do?bug_id=6534270">http://bugs.sun.com/view_bug.do?bug_id=6534270</a>. + </p><p> Because <code>@SneakyThrows</code> is an implementation detail and not part of your method signature, it is an error if you try to declare a checked exception as sneakily thrown when you don't call any methods that throw this exception. (Doing so is perfectly legal for <code>throws</code> statements to accomodate subclasses). Similarly, <code>@SneakyThrows</code> does not inherit. diff --git a/website/features/ToString.html b/website/features/ToString.html index 96d69932..0ed142a1 100644 --- a/website/features/ToString.html +++ b/website/features/ToString.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="features.css" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> <meta name="description" content="Spice up your java" /> - <title>@Data</title> + <title>@ToString</title> </head><body><div id="pepper"> <div class="minimumHeight"></div> <div class="meat"> |