Commit 1fe4cee2 authored by Liang Ding's avatar Liang Ding

🎨 Cleanup code

parent 65552d80
......@@ -75,7 +75,7 @@ public final class Images {
* @param height the specified height
* @return image URL
*/
public static final String imageSize(final String imageURL, final int width, final int height) {
public static String imageSize(final String imageURL, final int width, final int height) {
if (StringUtils.containsIgnoreCase(imageURL, "imageView") || !StringUtils.containsIgnoreCase(imageURL, "img.hacpai.com")) {
return imageURL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment