PAN-48 Created the AccountController and created the copyNonNullProperties method

This commit is contained in:
2019-02-24 19:14:17 -07:00
parent 8c9f2bbd9c
commit b77a750c30
4 changed files with 189 additions and 6 deletions
@@ -18,6 +18,7 @@ repositories {
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile fileTree(dir: 'lib', include: '**/*.jar')
testCompile group: 'junit', name: 'junit', version: '4.12'
}