Skip to content

Commit

Permalink
#90: removed some whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jun 9, 2017
1 parent b13b148 commit c9423fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cactoos/text/StringAsUrl.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public final class StringAsUrl implements Scalar<String> {
public StringAsUrl(final String url) {
this(url, StandardCharsets.UTF_8);
}

/**
* Ctor.
* @param url The URL as Text
Expand All @@ -74,7 +74,7 @@ public StringAsUrl(final Text url) {
public StringAsUrl(final String url, final Charset encoding) {
this(new StringAsText(url), encoding);
}

/**
* Ctor.
* @param url The URL as Text
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/text/UrlAsString.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public UrlAsString(final Text url) {
public UrlAsString(final String url, final Charset encoding) {
this(new StringAsText(url), encoding);
}

/**
* Ctor.
* @param url The URL as Text
Expand Down

0 comments on commit c9423fd

Please sign in to comment.