From 0426e0460d09236593ff2596ef82cf7b39e82dc4 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 25 Mar 2008 10:30:29 +0000
Subject: [PATCH] Add SNMP source code in checkstyle list
---
opendj-sdk/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java b/opendj-sdk/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
index e68710c..806eaca 100644
--- a/opendj-sdk/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
+++ b/opendj-sdk/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
@@ -30,12 +30,12 @@
/**
* This interface should be implemented by all the DS:OID MBean and
- * allows to get the ObjectName of a SNMP OID MBean
+ * allows to get the ObjectName of a SNMP OID MBean.
*/
public interface DsEntry {
-
+
/**
- * Returns the ObjectName of the SNMP Entry
+ * Returns the ObjectName of the SNMP Entry.
* @return the ObjectName of the SNMP Entry
*/
public ObjectName getObjectName();
--
Gitblit v1.10.0