You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:28 UTC

[27/50] [abbrv] incubator-apex-core git commit: Fix JavaDoc in AsyncFSStorageAgent.

Fix JavaDoc in AsyncFSStorageAgent.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/83724f6c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/83724f6c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/83724f6c

Branch: refs/heads/master
Commit: 83724f6c382d8721f6a9e7b03855de3f75e73db2
Parents: 51ce8f9
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Oct 15 11:02:56 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 15 11:02:56 2015 -0700

----------------------------------------------------------------------
 .../com/datatorrent/common/util/AsyncFSStorageAgent.java  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/83724f6c/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
----------------------------------------------------------------------
diff --git a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
index 0e23c2e..83bbdca 100644
--- a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
+++ b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
@@ -16,10 +16,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-/**
- * @since 3.1.0
- */
-
 package com.datatorrent.common.util;
 
 import java.io.*;
@@ -33,6 +29,12 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import com.datatorrent.netlet.util.DTThrowable;
+
+/**
+ * <p>AsyncFSStorageAgent class.</p>
+ *
+ * @since 3.1.0
+ */
 public class AsyncFSStorageAgent extends FSStorageAgent
 {
   private final transient Configuration conf;