changeset 13897:29d38dc96f59

fixed code format warning
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Feb 2014 18:50:47 +0100
parents cf1f97283122
children d6e2511cea77
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java	Thu Feb 06 18:47:57 2014 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java	Thu Feb 06 18:50:47 2014 +0100
@@ -864,10 +864,10 @@
     @Stable public long dllLookup;
 
     /**
-     * A pseudo-handle which when used as the first argument to {@link #dllLookup} means
-     * lookup will return the first occurrence of the desired symbol using the default library
-     * search order. If this field is {@value #INVALID_RTLD_DEFAULT_HANDLE}, then this capability is
-     * not supported on the current platform.
+     * A pseudo-handle which when used as the first argument to {@link #dllLookup} means lookup will
+     * return the first occurrence of the desired symbol using the default library search order. If
+     * this field is {@value #INVALID_RTLD_DEFAULT_HANDLE}, then this capability is not supported on
+     * the current platform.
      */
     @Stable public long rtldDefault = INVALID_RTLD_DEFAULT_HANDLE;