Skip to content

Commit

Permalink
Merge pull request #725 from csmith/master
Browse files Browse the repository at this point in the history
Move some classes to API
  • Loading branch information
greboid committed Dec 29, 2016
2 parents d8ddc73 + 5a3c8b1 commit 2af37b9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
File renamed without changes.
Expand Up @@ -29,7 +29,6 @@ public interface BackBuffer {

Document getDocument();

Styliser getStyliser();
StyleApplier getStyliser();

}

1 change: 0 additions & 1 deletion src/main/java/com/dmdirc/Server.java
Expand Up @@ -670,7 +670,6 @@ public ServerState getState() {
return myState.getState();
}

@Override
public ServerStatus getStatus() {
return myState;
}
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/com/dmdirc/interfaces/Connection.java
Expand Up @@ -203,15 +203,6 @@ public interface Connection {
*/
ServerState getState();

/**
* Retrieves the status object for this server. Effecting state transitions on the object
* returned by this method will almost certainly cause problems.
*
* @since 0.6.3m1
* @return This server's status object.
*/
ServerStatus getStatus();

/**
* Determines whether the server knows of the specified query.
*
Expand Down

0 comments on commit 2af37b9

Please sign in to comment.