mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
fixing typo
This commit is contained in:
parent
26a2290078
commit
c5a7800ec6
@ -15,7 +15,7 @@ public class ConfigParser {
|
|||||||
|
|
||||||
public static Config read(String location) {
|
public static Config read(String location) {
|
||||||
|
|
||||||
System.out.println("reading cofig from " + location);
|
System.out.println("reading config from " + location);
|
||||||
|
|
||||||
ObjectMapper mapper = new ObjectMapper();
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user