From ab028056236301245e180e124e8f04bcfc9313a6 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 05 Jan 2012 17:40:21 +0000
Subject: [PATCH] Fix issue OPENDJ-396: Remove support for ServiceTags

---
 opends/src/messages/src/org/opends/messages/Category.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/src/org/opends/messages/Category.java b/opends/src/messages/src/org/opends/messages/Category.java
index 5d2cbda..3a0cd5b 100644
--- a/opends/src/messages/src/org/opends/messages/Category.java
+++ b/opends/src/messages/src/org/opends/messages/Category.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2007-2009 Sun Microsystems, Inc.
- *      Portions copyright 2011 ForgeRock AS.
+ *      Portions copyright 2011-2012 ForgeRock AS.
  */
 
 package org.opends.messages;
@@ -159,8 +159,9 @@
 
   /**
    * The category used for messages associated with the Servicetag registration.
+   * No longer used.
+   * SERVICETAG(0x01400000),
    */
-  SERVICETAG(0x01400000),
 
   /**
    * The category that will be used for messages associated with

--
Gitblit v1.10.0