mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 07:26:49 +00:00
docs: updates to several patterns
This commit is contained in:
@@ -65,7 +65,7 @@ public class ParameterObject {
|
||||
}
|
||||
```
|
||||
|
||||
The `Builder` class inside `ParameterObject` provides a way to construct a `ParameterObject` instance. It has methods for setting each of the parameters, and a `build()` method to create the `ParameterObject`.
|
||||
The `Builder` class inside `ParameterObject` provides a way to construct a `ParameterObject` instance. It has methods for setting each of the parameters, and a `build` method to create the `ParameterObject`.
|
||||
|
||||
```java
|
||||
public static class Builder {
|
||||
|
||||
Reference in New Issue
Block a user