Skip to content

Commit 117c414

Browse files
committed
Refactor(#41): 메서드명 수정
from to fromCity
1 parent d0c8416 commit 117c414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/openweather-client/src/main/java/com/wypl/openweatherclient/data/OpenWeatherCond.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public record OpenWeatherCond(
77
boolean isMetric,
88
boolean isLangKr
99
) {
10-
public static OpenWeatherCond from(
10+
public static OpenWeatherCond fromCity(
1111
final WeatherRegion city
1212
) {
1313
return new OpenWeatherCond(city, true, true);

0 commit comments

Comments
 (0)