From 3b5e24c3fce70f8857183a15be4c9e4de6c22043 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 25 Sep 2006 03:13:02 +0000
Subject: [PATCH] Fix a javadoc typo in an Attribute constructor.
---
opends/src/server/org/opends/server/types/Attribute.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/types/Attribute.java b/opends/src/server/org/opends/server/types/Attribute.java
index 17080fd..e7f0801 100644
--- a/opends/src/server/org/opends/server/types/Attribute.java
+++ b/opends/src/server/org/opends/server/types/Attribute.java
@@ -95,7 +95,7 @@
/**
* Creates a new attribute with the specified type and user-provided
- * name. It * will not have any values.
+ * name. It will not have any values.
*
* @param attributeType The attribute type for this attribute.
* @param name The user-provided name for this attribute.
--
Gitblit v1.10.0