write comment in constructor why necessary

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-07-25 11:58:11 +02:00
parent 227267af88
commit 7e94c9f684

View File

@@ -27,6 +27,7 @@ public class MgmtArtifactHash {
* Default constructor.
*/
public MgmtArtifactHash() {
// used for jackson to instantiate
}
/**