Skip to content

Commit 0348e46

Browse files
brunoborgesCopilot
andcommitted
Fix hardcoded snippet count from 86 to 85
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9cf0b03 commit 0348e46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"description": "A collection of modern Java code snippets. Every old Java pattern next to its clean, modern replacement — side by side.",
6060
"mainEntity": {
6161
"@type": "ItemList",
62-
"numberOfItems": 86,
62+
"numberOfItems": 85,
6363
"itemListElement": [
6464
{"@type": "ListItem", "position": 1, "url": "https:\/\/javaevolved.github.io\/type-inference-with-var", "name": "Type inference with var"}
6565
,{"@type": "ListItem", "position": 2, "url": "https:\/\/javaevolved.github.io\/text-blocks-for-multiline-strings", "name": "Text blocks for multiline strings"}
@@ -168,7 +168,7 @@
168168
</nav>
169169

170170
<section class="hero">
171-
<div class="hero-badge">86 modern patterns · Java 8 → Java 25</div>
171+
<div class="hero-badge">85 modern patterns · Java 8 → Java 25</div>
172172
<h1>Java has evolved.<br><span class="gradient">Your code can too.</span></h1>
173173
<p>Every old Java pattern next to its clean, modern replacement — side by side.</p>
174174
<a href="/language/records-for-data-classes.html" class="hero-compare">
@@ -214,7 +214,7 @@ <h1>Java has evolved.<br><span class="gradient">Your code can too.</span></h1>
214214
<section class="section" id="all-comparisons" style="padding-top:24px">
215215
<div class="section-header">
216216
<h2 class="section-title">All comparisons</h2>
217-
<span class="section-badge">86 snippets</span>
217+
<span class="section-badge">85 snippets</span>
218218
</div>
219219
<div class="filter-pills" id="categoryFilter">
220220
<span class="filter-label">Filter:</span>
@@ -2961,7 +2961,7 @@ <h3>Default interface methods</h3>
29612961

29622962
<div class="stats-bar">
29632963
<div class="stat-card">
2964-
<div class="number orange">86</div>
2964+
<div class="number orange">85</div>
29652965
<div class="label">Modern Patterns</div>
29662966
</div>
29672967
<div class="stat-card">

0 commit comments

Comments
 (0)