From df50105cb59f505200cb363b7a1ac76201dec6ec 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

---
 opends/src/snmp/src/org/opends/server/snmp/DsEntry.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java b/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
index e68710c..806eaca 100644
--- a/opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
+++ b/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