Commit 9a38183 1 parent 5ad6c6a commit 9a38183 Copy full SHA for 9a38183
File tree 2 files changed +4
-3
lines changed
src/main/java/fr/formiko/utils
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
jacoco
6
6
}
7
7
8
- version = " 0.0.4 "
8
+ version = " 0.0.5 "
9
9
group = " fr.formiko.utils"
10
10
11
11
repositories {
Original file line number Diff line number Diff line change @@ -104,9 +104,10 @@ private boolean createFile(String path) {
104
104
createParents (file );
105
105
// setDownloadingValue(currentAction++ / (double) actionToDo);
106
106
// setDownloadingMessage("Creating file");
107
- boolean r = file .createNewFile ();
107
+ // boolean r = file.createNewFile();
108
108
// setDownloadingValue(currentAction++ / (double) actionToDo);
109
- return r ;
109
+ // return r;
110
+ return file .createNewFile ();
110
111
} catch (IOException e ) {
111
112
return false ;
112
113
}
You can’t perform that action at this time.
0 commit comments