Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-05-05 23:18:23 +0000
committerJeff Johnston2015-05-05 23:18:59 +0000
commiteac16b276df48c2023ebfd2f5391f624a4301fa0 (patch)
tree556f03f212b14c744674fc47c603a7817bb8c120
parent726119ffb3a82a81d2cf1d06f69bedc10ab5f816 (diff)
downloadorg.eclipse.linuxtools-eac16b276df48c2023ebfd2f5391f624a4301fa0.tar.gz
org.eclipse.linuxtools-eac16b276df48c2023ebfd2f5391f624a4301fa0.tar.xz
org.eclipse.linuxtools-eac16b276df48c2023ebfd2f5391f624a4301fa0.zip
Additional Javadoc fix for EnumDockerStatus class.
Change-Id: I397fbfddc02948d5eb00de1ae734887ce7c8ee4a Reviewed-on: https://git.eclipse.org/r/47233 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/EnumDockerStatus.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/EnumDockerStatus.java b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/EnumDockerStatus.java
index 9d136d6b1a..143eb484b5 100644
--- a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/EnumDockerStatus.java
+++ b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/EnumDockerStatus.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2014 Red Hat.
+ * Copyright (c) 2014, 2015 Red Hat.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,8 @@
package org.eclipse.linuxtools.docker.core;
/**
- * The {@link IDockerStatus} implementation
+ * Docker status values.
+ *
* @author xcoulon
*
*/

Back to the top