Skip to content

Commit

Permalink
#50 FkOcket.file() is public
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 3, 2017
1 parent 99f4c14 commit 28d4cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/s3/fake/FkOcket.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public int compareTo(final Ocket ocket) {
* Get my file.
* @return File
*/
private File file() {
public File file() {
return new File(
new File(
new File(this.dir),
Expand Down

0 comments on commit 28d4cb0

Please sign in to comment.