docs: update private class data

This commit is contained in:
Ilkka Seppälä
2024-05-27 08:02:06 +03:00
parent bfff01d556
commit 562e4cd9ec
2 changed files with 34 additions and 38 deletions
@@ -28,5 +28,4 @@ package com.iluwatar.privateclassdata;
* Stew ingredients.
*/
public record StewData(int numPotatoes, int numCarrots, int numMeat, int numPeppers) {
}
public record StewData(int numPotatoes, int numCarrots, int numMeat, int numPeppers) {}