From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/OperationContext.java | 18 +++++-------------
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/OperationContext.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/OperationContext.java
index 58b3907..a426821 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/OperationContext.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/OperationContext.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions copyright 2012-2013 ForgeRock AS
+ * Portions copyright 2012-2015 ForgeRock AS
*/
package org.opends.server.replication.protocol;
@@ -36,14 +36,10 @@
*/
public abstract class OperationContext
{
- /**
- * The identifier used to attach the context to operations.
- */
+ /** The identifier used to attach the context to operations. */
public static final String SYNCHROCONTEXT = "replicationContext";
- /**
- * The CSN of the Operation.
- */
+ /** The CSN of the Operation. */
private CSN csn;
/**
@@ -119,9 +115,7 @@
return ctx.csn;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean equals(Object obj)
{
@@ -134,9 +128,7 @@
return false;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public int hashCode()
{
--
Gitblit v1.10.0