* ============LICENSE_START=======================================================
* ONAP
* ================================================================================
- * Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2018, 2020-2021 AT&T Intellectual Property. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* @param mgr pooling manager
*/
- public State(PoolingManager mgr) {
+ protected State(PoolingManager mgr) {
this.mgr = mgr;
}
this.getArtifactId(),
topic)) {
- logger.warn("{}: DECODING-UNSUPPORTED {}:{}:{}", this,
- topic, this.getGroupId(), this.getArtifactId()); // NOSONAR
+ logger.warn("{}: DECODING-UNSUPPORTED {}:{}:{}", this, // NOSONAR
+ topic, this.getGroupId(), this.getArtifactId());
return true;
}