Skip to content
Snippets Groups Projects
Commit ee8fd195 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup code

parent 0d17230c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ import de.tobias.playwall.model.Plugin; ...@@ -4,7 +4,6 @@ import de.tobias.playwall.model.Plugin;
import de.tobias.playwall.service.ArtifactoryClient; import de.tobias.playwall.service.ArtifactoryClient;
import de.tobias.playwall.service.PluginService; import de.tobias.playwall.service.PluginService;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import org.springframework.core.io.Resource;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PathVariable;
......
...@@ -12,7 +12,8 @@ public class Folder ...@@ -12,7 +12,8 @@ public class Folder
public static final String ISO_DATE_TIME = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"; public static final String ISO_DATE_TIME = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX";
@Data @Data
public static class FolderItem { public static class FolderItem
{
private String uri; private String uri;
private boolean folder; private boolean folder;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment