Skip to content

Commit

Permalink
donate badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 23, 2018
1 parent 9496d52 commit 7df9f36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<img src="http://www.jare.io/images/logo.svg" width="64" height="64"/>

[![Donate via Zerocracy](https://www.0crat.com/contrib-badge/C9V3GAG9H.svg)](https://www.0crat.com/contrib/C9V3GAG9H)

[![EO principles respected here](http://www.elegantobjects.org/badge.svg)](http://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RFVLU72.svg)](https://www.0crat.com/p/C3RFVLU72)
[![Managed by Zerocracy](https://www.0crat.com/badge/C9V3GAG9H.svg)](https://www.0crat.com/p/C9V3GAG9H)
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/jare)](http://www.rultor.com/p/yegor256/jare)
[![We recommend IntelliJ IDEA](http://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jare/dynamo/DyDomain.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void delete() throws IOException {
}

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jare/dynamo/DyUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void add(final String name) throws IOException {
if (!domain.owner().equals(this.handle)) {
throw new IOException(
String.format(
"domain \"%s\" is occupied by @%s",
"Domain \"%s\" is occupied by @%s",
domain.name(), domain.owner()
)
);
Expand Down

0 comments on commit 7df9f36

Please sign in to comment.