Skip to content

Commit

Permalink
Updated the review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvsonagara committed Aug 4, 2023
1 parent 6176b9e commit f5c03be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.springframework.stereotype.Component;

@Component
// @UtilityClass
public class AMSUtils {

private Logger logger = LoggerFactory.getLogger(AMSUtils.class);
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/mifos/connector/channel/TestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class TestUtil {

@Test
public void test1() {
log.info(" {}", UUID.randomUUID().toString());
log.debug(" {}", UUID.randomUUID().toString());
}
}

0 comments on commit f5c03be

Please sign in to comment.