Skip to content

Commit

Permalink
Fix wrong class reference in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsfr committed Oct 5, 2015
1 parent 355702c commit d0208ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -38,7 +38,7 @@ public EPLiteClient(String url, String apiKey) {
}

/**
* Initializes a new org.etherpad_lite_client.EPLiteClient object.
* Initializes a new net.gjerull.etherpad.client.EPLiteClient object.
* The specified Etherpad Lite API version will be used.
*
* @param url an absolute url, including protocol, to the EPL api
Expand Down
Expand Up @@ -46,7 +46,7 @@ public class EPLiteConnection {
public final String apiVersion;

/**
* Initializes a new org.etherpad_lite_client.EPLiteConnection object.
* Initializes a new net.gjerull.etherpad.client.EPLiteConnection object.
*
* @param url an absolute url, including protocol, to the EPL api
* @param apiKey the API Key
Expand Down

0 comments on commit d0208ab

Please sign in to comment.