You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/14 19:30:35 UTC

svn commit: r804307 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java

Author: mturk
Date: Fri Aug 14 17:30:34 2009
New Revision: 804307

URL: http://svn.apache.org/viewvc?rev=804307&view=rev
Log:
Fix copy/paste typos

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java?rev=804307&r1=804306&r2=804307&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DescriptorType.java Fri Aug 14 17:30:34 2009
@@ -42,15 +42,15 @@
      */
     MUTEX(          4),
     /** Shared memory {@code Descriptor} type.
-     * <br/>Defined integer value is: {@code 4}
+     * <br/>Defined integer value is: {@code 5}
      */
     SHM(            5),
     /** Pipe {@code Descriptor} type.
-     * <br/>Defined integer value is: {@code 4}
+     * <br/>Defined integer value is: {@code 6}
      */
     PIPE(           6),
     /** Socket {@code Descriptor} type.
-     * <br/>Defined integer value is: {@code 4}
+     * <br/>Defined integer value is: {@code 7}
      */
     SOCKET(         7),
     /** Dynamic library {@code Descriptor} type.