Applied the requested changes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.baeldung.builder
|
||||
|
||||
class FoodOrder(
|
||||
class FoodOrder private constructor(
|
||||
val bread: String?,
|
||||
val condiments: String?,
|
||||
val meat: String?,
|
||||
|
||||
Reference in New Issue
Block a user