Skip to content

Commit

Permalink
Added a missing space
Browse files Browse the repository at this point in the history
Change-Id: I8d633d9f69ae365674a33dd4ba10a25739991d8d
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed Apr 26, 2014
1 parent 523649e commit bd6e9e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -251,7 +251,7 @@ public void checkTimeout() throws CDKException {
@TestMethod("testSetTimeout_long")
@Deprecated
public AllRingsFinder setTimeout(long timeout) {
System.err.println("AllRingsFinder.setTimeout() is not used, please" +
System.err.println("AllRingsFinder.setTimeout() is not used, please " +
"use the new threshold values");
return this;
}
Expand Down

0 comments on commit bd6e9e3

Please sign in to comment.