# HG changeset patch # User Doug Simon # Date 1391709047 -3600 # Node ID 29d38dc96f59d66765539fc2a22bbac4720d2e9a # Parent cf1f972831221f1945407e08eb0554c8425117eb fixed code format warning diff -r cf1f97283122 -r 29d38dc96f59 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java --- 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;