diff --git a/src/main/java/org/apache/commons/lang3/concurrent/Computable.java b/src/main/java/org/apache/commons/lang3/concurrent/Computable.java index d9e5468d4..6cb37aaf9 100644 --- a/src/main/java/org/apache/commons/lang3/concurrent/Computable.java +++ b/src/main/java/org/apache/commons/lang3/concurrent/Computable.java @@ -18,7 +18,7 @@ package org.apache.commons.lang3.concurrent; /** *

Definition of an interface for a wrapper around a calculation that takes a single parameter and returns a result.

- *

+ * *

This interface allows for wrapping a calculation into a class so that it maybe passed around an application.

* * @param the type of the input to the calculation