We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3905876 commit b9f1ec4Copy full SHA for b9f1ec4
03-cohesion_vs_coupling/1-named_constructors/src/main/java/tv/codely/java_basic_skeleton/Main.java
@@ -21,7 +21,7 @@ public static Map<String, String> GET(String id) {
21
}
22
23
24
- public static void main(String id, String name, String lastName) {
+ public static void PUT(String id, String name, String lastName) {
25
new UserRegistrar(new FakeUserRepository()).register(id, name, lastName);
26
27
0 commit comments