diff --git a/docs/modules/ROOT/examples/performance/OrderKey.java b/docs/modules/ROOT/examples/performance/OrderKey.java index b9b40b489..bdf68c3b1 100644 --- a/docs/modules/ROOT/examples/performance/OrderKey.java +++ b/docs/modules/ROOT/examples/performance/OrderKey.java @@ -24,6 +24,6 @@ public String toString() { + "orderId=" + orderId + ", customerId=" + customerId + '}'; -//end::orderkey[] } -} \ No newline at end of file +} +//end::orderkey[]