diff graal/com.oracle.nfi/src/com/oracle/nfi/api/NativeFunctionPointer.java @ 18845:f57d86eb036f

removed Node factory methods
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Jan 2015 20:39:04 +0100
parents dd8449afc086
children 1cde96b96673
line wrap: on
line diff
--- a/graal/com.oracle.nfi/src/com/oracle/nfi/api/NativeFunctionPointer.java	Mon Jan 12 19:05:36 2015 +0100
+++ b/graal/com.oracle.nfi/src/com/oracle/nfi/api/NativeFunctionPointer.java	Mon Jan 12 20:39:04 2015 +0100
@@ -33,7 +33,7 @@
 
     /**
      * Returns the name of the function.
-     *
+     * 
      * @return name of the function
      */
     String getName();