Skip to content

Commit

Permalink
#22 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent 5fc9917 commit 67915d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jare/cached/CdDomain.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public void delete() throws IOException {

@Override
public Usage usage() throws IOException {
return new CdUsage(this.usage());
return new CdUsage(this.origin.usage());
}
}

0 comments on commit 67915d1

Please sign in to comment.