Exception not needed.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@347 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-07-05 19:54:12 +00:00
parent 4628b8fdff
commit a78c1a35d9
@@ -52,7 +52,6 @@ public class GameCookieManager
* Creates a game cookie manager that stores cookies in the supplied repository. * Creates a game cookie manager that stores cookies in the supplied repository.
*/ */
public GameCookieManager (GameCookieRepository repo) public GameCookieManager (GameCookieRepository repo)
throws PersistenceException
{ {
_repo = repo; _repo = repo;
} }