From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.
---
sdk/src/com/sun/opends/sdk/util/Function.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sdk/src/com/sun/opends/sdk/util/Function.java b/sdk/src/com/sun/opends/sdk/util/Function.java
index 01e77dd..eb20f63 100644
--- a/sdk/src/com/sun/opends/sdk/util/Function.java
+++ b/sdk/src/com/sun/opends/sdk/util/Function.java
@@ -30,23 +30,23 @@
/**
- * Functions transform input values of type {@code M} to output values
- * of type {@code N}.
+ * Functions transform input values of type {@code M} to output values of type
+ * {@code N}.
*
* @param <M>
* The type of input values transformed by this function.
* @param <N>
* The type of output values return by this function.
* @param <P>
- * The type of the additional parameter to this function's
- * {@code apply} method. Use {@link java.lang.Void} for
- * functions that do not need an additional parameter.
+ * The type of the additional parameter to this function's {@code
+ * apply} method. Use {@link java.lang.Void} for functions that do not
+ * need an additional parameter.
*/
public interface Function<M, N, P>
{
/**
- * Applies this function to the provided input value of type {@code M}
- * , returning an output value of type {@code N}.
+ * Applies this function to the provided input value of type {@code M} ,
+ * returning an output value of type {@code N}.
*
* @param value
* The value to be transformed.
--
Gitblit v1.10.0