mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
docs: update private class data
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user