Trimming trailing spaces, removing tabs by a script - using tab width of 4 spaces - trailing space in property files is converted to unicode, so it is visible in sources - bat files use CRLF - all other text files use just LF
diff --git a/appserver/tests/v2-tests/appserv-tests/devtests/cmp/rosterGenDBSchema/ejb/team/TeamHome.java b/appserver/tests/v2-tests/appserv-tests/devtests/cmp/rosterGenDBSchema/ejb/team/TeamHome.java index fe13044..bcfe439 100755 --- a/appserver/tests/v2-tests/appserv-tests/devtests/cmp/rosterGenDBSchema/ejb/team/TeamHome.java +++ b/appserver/tests/v2-tests/appserv-tests/devtests/cmp/rosterGenDBSchema/ejb/team/TeamHome.java
@@ -25,14 +25,14 @@ public Team create (String id, String name, String city) throws CreateException, RemoteException; - + public Team findByPrimaryKey (String id) throws FinderException, RemoteException; - public Collection findAll() + public Collection findAll() throws FinderException, RemoteException; - - public Collection findByPlayerAndLeagueViaRemote(Player player, + + public Collection findByPlayerAndLeagueViaRemote(Player player, League league) throws FinderException, RemoteException;