Applied the requested changes.

This commit is contained in:
Ali Dehghani
2019-10-12 22:43:57 +03:30
parent 8a973cf690
commit bcb8a6c112

View File

@@ -1,6 +1,6 @@
package com.baeldung.builder
class FoodOrder(
class FoodOrder private constructor(
val bread: String?,
val condiments: String?,
val meat: String?,