Skip to content

Commit bfd022f

Browse files
authored
Rename SaveRowsResponse to RowsResponse (#558)
1 parent e591218 commit bfd022f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.labkey.remoteapi.core.SaveModulePropertiesCommand;
2828
import org.labkey.remoteapi.query.ImportDataCommand;
2929
import org.labkey.remoteapi.query.InsertRowsCommand;
30-
import org.labkey.remoteapi.query.SaveRowsResponse;
30+
import org.labkey.remoteapi.query.RowsResponse;
3131
import org.labkey.remoteapi.security.CreateUserResponse;
3232
import org.labkey.test.Locator;
3333
import org.labkey.test.TestFileUtils;
@@ -226,7 +226,7 @@ private void populateFormulary() throws IOException, CommandException
226226
}
227227
});
228228

229-
SaveRowsResponse saveRowsResponse = insertRowsCommand.execute(getApiHelper().getConnection(), getContainerPath());
229+
RowsResponse saveRowsResponse = insertRowsCommand.execute(getApiHelper().getConnection(), getContainerPath());
230230
}
231231

232232
@Override

0 commit comments

Comments
 (0)