aboutsummaryrefslogtreecommitdiff
path: root/website-old/features/Singular-snippet.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-06-12 22:29:24 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-06-13 00:15:32 +0200
commit9488c1c248569d91fa74ed9358baba7f175f02fa (patch)
tree0e29dceb7089d249c0d97cb046fe1eea6174143a /website-old/features/Singular-snippet.html
parent923948f3b53771cfb6a7d1b8a9f879c396541243 (diff)
downloadlombok-9488c1c248569d91fa74ed9358baba7f175f02fa.tar.gz
lombok-9488c1c248569d91fa74ed9358baba7f175f02fa.tar.bz2
lombok-9488c1c248569d91fa74ed9358baba7f175f02fa.zip
Removed old website; we no longer use it.
Diffstat (limited to 'website-old/features/Singular-snippet.html')
-rw-r--r--website-old/features/Singular-snippet.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/website-old/features/Singular-snippet.html b/website-old/features/Singular-snippet.html
deleted file mode 100644
index 8933ef47..00000000
--- a/website-old/features/Singular-snippet.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="../logi/reset.css" />
- <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>@Builder's @Singular (snippet)</title>
-</head><body><div id="pepper">
- <div class="minimumHeight"></div>
- <div class="meat">
- <div class="header"><a href="../index.html">Project Lombok</a></div>
- <h1>@Singular snippet</h1>
- <div class="singleColumnSnippets">
- <div class="pre">
- <h3>With Lombok</h3>
- <div class="snippet">@HTML_PRE@</div>
- </div>
- <div class="sep"></div>
- <div class="post">
- <h3>Vanilla Java</h3>
- <div class="snippet">@HTML_POST@</div>
- </div>
- </div>
- <div style="clear: left;"></div>
- <div class="footer">
- <a href="Builder.html">Back to @Builder</a><br />
- <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright &copy; 2009-2016 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span>
- </div>
- <div style="clear: both;"></div>
- </div>
-</div>
-<script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-9884254-1");
- pageTracker._trackPageview();
- } catch(err) {}
-</script>
-</body></html>