Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vnesek committed Mar 22, 2016
1 parent e601eb0 commit b790a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/nmote/oembed/embedly/EmbedlyProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ protected ProviderEndpoint getProviderEndpointFor(String url) {
}

/**
* @see com.nmote.oembed.AbstractOEmbedProvider#prepareRequestURI(org.apache.http.client.utils.URIBuilder,
* java.lang.String, java.lang.Integer[])
* {@inheritDoc}
*/
@Override
protected void prepareRequestURI(HttpUrl.Builder builder, String url, Integer... maxSize) {
Expand Down

0 comments on commit b790a38

Please sign in to comment.