Removed stray newline.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2009 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-11-29 23:40:01 +00:00
parent a1e8ffa65a
commit 1c726c8e33
@@ -1,5 +1,5 @@
//
// $Id: ClientResolutionListener.java,v 1.1 2002/03/05 05:33:25 mdb Exp $
// $Id: ClientResolutionListener.java,v 1.2 2002/11/29 23:40:01 mdb Exp $
package com.threerings.presents.server;
@@ -22,4 +22,3 @@ public interface ClientResolutionListener
*/
public void resolutionFailed (String username, Exception reason);
}