From 22094368c2865dcfb6daf8366425212b721a4657 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 05 Feb 2009 17:42:14 +0000
Subject: [PATCH] Merge ASN1 branch to trunk
---
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
index b51cbd1..f4a8727 100644
--- a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -985,6 +985,7 @@
/**
* Run method for this class.
*/
+ @Override
public void run()
{
if (debugEnabled())
@@ -1124,6 +1125,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public String toString()
{
return new String("[ Entry count=" + this.entryCount +
--
Gitblit v1.10.0