You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<prestyle="margin:0;background:none;border:none;font:inherit;line-height:inherit;padding:0;overflow:visible"><codestyle="background:none;border:none;padding:0;font:inherit">public class Point {
179
+
<preclass="code-text" style="margin:0;background:none;border:none;font:inherit;line-height:inherit;padding:0;overflow:visible"><codestyle="background:none;border:none;padding:0;font:inherit">public class Point {
180
180
private final int x, y;
181
181
public Point(int x, int y) { ... }
182
182
public int getX() { return x; }
@@ -186,7 +186,7 @@ <h1>Java has evolved.<br><span class="gradient">Your code can too.</span></h1>
186
186
</div>
187
187
<divclass="hero-compare-side modern">
188
188
<divclass="compare-label modern">✓ Modern</div>
189
-
<prestyle="margin:0;background:none;border:none;font:inherit;line-height:inherit;padding:0;overflow:visible"><codestyle="background:none;border:none;padding:0;font:inherit">public record Point(int x, int y) {}</code></pre>
189
+
<preclass="code-text" style="margin:0;background:none;border:none;font:inherit;line-height:inherit;padding:0;overflow:visible"><codestyle="background:none;border:none;padding:0;font:inherit">public record Point(int x, int y) {}</code></pre>
0 commit comments