mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
22 hours ago 0c4987c8590b051485e95bcda5e3f89c892d0ac5
opendj-server-legacy/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java
@@ -13,7 +13,7 @@
 *
 * Copyright 2008-2009 Sun Microsystems, Inc.
 * Portions Copyright 2014 ForgeRock AS.
 * Portions Copyright 2024 3A Systems, LLC.
 * Portions Copyright 2024-2026 3A Systems, LLC.
 */
package org.opends.server.snmp;
@@ -80,6 +80,7 @@
     * Getter for the "DsServerType" variable.
     * @return a Byte[] representing the Ds Server Type
     */
    @Override
    public Byte[] getDsServerType() {
        try {
            String value1 = (String) this.monitor.getAttribute(
@@ -169,6 +170,7 @@
     * Gets the object of the entry.
     * @return ObjectName of the entry
     */
    @Override
    public ObjectName getObjectName() {
        if (this.entryName == null) {
            try {