Add method header

This commit is contained in:
2022-07-26 16:40:06 -05:00
parent c35076c793
commit 5960026fa2

View File

@ -327,6 +327,9 @@ public class RDBMSUpdateActionTest extends RDBMSActionTest
/*******************************************************************************
**
*******************************************************************************/
private String selectModifyDate(Integer id) throws Exception
{
StringBuilder modifyDate = new StringBuilder();