Skip to content

Commit

Permalink
#10 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 25, 2016
1 parent 7fa64df commit 367ddaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/jare/tk/TkInvalidate.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ final class TkInvalidate implements Take {
* @param scrt AWS secret
*/
TkInvalidate(final String akey, final String scrt) {
this.secret = akey;
this.key = scrt;
this.key = akey;
this.secret = scrt;
}

@Override
Expand Down

0 comments on commit 367ddaf

Please sign in to comment.