diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-29 01:32:09 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-29 01:32:09 +0200 |
commit | eec0b6ff347ac2d864a63d762b320120b14b74aa (patch) | |
tree | e49fb70dee5d10d570c13c16c2eea886ea12e2a3 /website | |
parent | 917518bbeafc73232955d67fdbfce533e8a69f75 (diff) | |
download | lombok-eec0b6ff347ac2d864a63d762b320120b14b74aa.tar.gz lombok-eec0b6ff347ac2d864a63d762b320120b14b74aa.tar.bz2 lombok-eec0b6ff347ac2d864a63d762b320120b14b74aa.zip |
Whoops, the titles on 3 feature pages were '@Data' instead of something more appropriate.
Diffstat (limited to 'website')
-rw-r--r-- | website/features/Constructor.html | 2 | ||||
-rw-r--r-- | website/features/EqualsAndHashCode.html | 2 | ||||
-rw-r--r-- | website/features/val.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/website/features/Constructor.html b/website/features/Constructor.html index 5b2857f8..9c156a29 100644 --- a/website/features/Constructor.html +++ b/website/features/Constructor.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>@XArgsConstructor</title> </head><body><div id="pepper"> <div class="minimumHeight"></div> <div class="meat"> diff --git a/website/features/EqualsAndHashCode.html b/website/features/EqualsAndHashCode.html index f53d0963..e79760df 100644 --- a/website/features/EqualsAndHashCode.html +++ b/website/features/EqualsAndHashCode.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>@EqualsAndHashCode</title> </head><body><div id="pepper"> <div class="minimumHeight"></div> <div class="meat"> diff --git a/website/features/val.html b/website/features/val.html index 05930c2d..dd9c37a8 100644 --- a/website/features/val.html +++ b/website/features/val.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>val</title> </head><body><div id="pepper"> <div class="minimumHeight"></div> <div class="meat"> |