Skip to content

Commit

Permalink
[chore] spotless 적용 #115
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Aug 19, 2023
1 parent d4d4e55 commit 14e233e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Api/src/main/java/allchive/server/api/common/util/UrlUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public static String toAssetUrl(String key) {
}

public static String convertUrlToKey(String url) {
// if (url.equals("")) {
// return "";
// }
// if (validateUrl(url)) {
// return url.split("/", 4)[3];
// }
// if (url.equals("")) {
// return "";
// }
// if (validateUrl(url)) {
// return url.split("/", 4)[3];
// }
return url;
}

Expand Down

0 comments on commit 14e233e

Please sign in to comment.