User: rt Date: 2008-01-30 08:27:06+0000 Modified: dba/dbaccess/qa/complex/dbaccess/RowSet.java
Log: INTEGRATION: CWS dba24d (1.8.70); FILE MERGED 2007/11/21 07:47:26 fs 1.8.70.1: silence some NetBeans 6 warnings File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: RowSet.java Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/RowSet.java?r1=1.8&r2=1.9 Delta lines: +2 -2 ------------------- --- RowSet.java 2007-07-06 07:51:31+0000 1.8 +++ RowSet.java 2008-01-30 08:27:03+0000 1.9 @@ -833,11 +833,11 @@ for ( int i=0; i<expected; ++i ) { - XPropertySet param = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, + XPropertySet parameter = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, params.getByIndex(i) ); String expectedName = _paramNames[i]; - String foundName = (String)param.getPropertyValue( "Name" ); + String foundName = (String)parameter.getPropertyValue( "Name" ); assure( "wrong parameter name (expected: " + expectedName + ", found: " + foundName + ") in" + _context, expectedName.equals( foundName ) ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
