incorporate few review comments for bael-603 (#1429)

This commit is contained in:
Mohamed Sanaulla
2017-03-18 10:18:04 +03:00
committed by maibin
parent 99bebe806c
commit dc90aace68
8 changed files with 50 additions and 43 deletions
@@ -1,4 +1,5 @@
module com.baeldung.student.service.dbimpl{
requires transitive com.baeldung.student.service;
exports com.baeldung.student.service.dbimpl;
requires transitive com.baeldung.student.service;
exports com.baeldung.student.service.dbimpl;
requires java.logging;
}