commit | 69269f9789a905980e1265833aa36cdb710eea57 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Tue Mar 18 16:01:30 2014 +0100 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Tue Mar 18 23:16:35 2014 +0100 |
tree | 07b1601d213ee480accad5da08fd182e66bac65b | |
parent | fc38806535bdfa4c3caa54261ec031fb5f637bea [diff] |
Use public getter to retrieve name from JarFile ZipFile provides a public getter 'getName()' hence there is no need to use reflection to access its private member 'name'. Change-Id: If622fce7f902cc65483d66b834aff2c585b645e2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>