X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2FExtsysAppConfiguration.java;h=4b64cf0457829594c277f0619ff125ed8384331a;hp=dd0a136f350df00fa20654fbdfd1119547a8ed94;hb=968b74fa8e5d13308e6b1a58392d16d3469f2980;hpb=b0512c0b66d91ca71a53e4f4b9073a2b509d0eaf diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java b/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java index dd0a136..4b64cf0 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2016-2017 ZTE Corporation. + * Copyright 2016-2018 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,10 +19,8 @@ package org.onap.aai.esr; import com.fasterxml.jackson.annotation.JsonProperty; import io.dropwizard.Configuration; import org.hibernate.validator.constraints.NotEmpty; -import org.jvnet.hk2.annotations.Service; import javax.validation.Valid; -@Service public class ExtsysAppConfiguration extends Configuration { @NotEmpty private String template;