File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
vboard-ws/src/main/java/com/vsct/vboard Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5151import javax .validation .Valid ;
5252import java .io .IOException ;
5353import java .io .StringWriter ;
54- import java .nio .file .Paths ;
5554import java .util .*;
5655import java .util .stream .Collectors ;
5756import java .util .stream .Stream ;
Original file line number Diff line number Diff line change 3131import java .net .MalformedURLException ;
3232import java .nio .file .Files ;
3333import java .nio .file .Path ;
34- import java .nio .file .Paths ;
3534import java .util .Base64 ;
3635
3736import javax .imageio .ImageIO ;
@@ -162,15 +161,15 @@ public String getImage(String name) {
162161 }
163162 }
164163
165- public Path getPinsImagesDirectory () {
164+ final public Path getPinsImagesDirectory () {
166165 return this .uploadsConfig .getImagesStorageDirectory ().resolve ("pinImg" );
167166 }
168167
169- public Path getAvatarImagesDirectory () {
168+ final public Path getAvatarImagesDirectory () {
170169 return this .uploadsConfig .getImagesStorageDirectory ().resolve ("avatar" );
171170 }
172171
173- public Path getBlogImagesDirectory () {
172+ final public Path getBlogImagesDirectory () {
174173 return this .uploadsConfig .getBlogImagesDirectory ();
175174 }
176175
You can’t perform that action at this time.
0 commit comments