Small formatting tweaks.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2201 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-08-21 21:40:31 +00:00
parent d31d988945
commit 7434384261
@@ -60,8 +60,7 @@ public class TransitionRepository extends SimpleRepository
} }
/** /**
* Perform a transition if it has not already been applied, and record * Perform a transition if it has not already been applied, and record that it was applied.
* that it was applied.
*/ */
public void transition (Class clazz, String name, Transition trans) public void transition (Class clazz, String name, Transition trans)
throws PersistenceException throws PersistenceException
@@ -183,7 +182,6 @@ public class TransitionRepository extends SimpleRepository
" and " + liaison.columnSQL("NAME") + "=?"); " and " + liaison.columnSQL("NAME") + "=?");
stmt.setString(1, cname); stmt.setString(1, cname);
stmt.setString(2, name); stmt.setString(2, name);
stmt.executeUpdate(); // we don't care if it worked or not stmt.executeUpdate(); // we don't care if it worked or not
} finally { } finally {