File tree 2 files changed +1
-2
lines changed
truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ public static Layout createLayout() {
86
86
* @param objectType that describes the object instance with this shape.
87
87
* @param sharedData for language-specific use
88
88
* @param id for language-specific use
89
- * @return
90
89
*/
91
90
public abstract Shape createShape (ObjectType objectType , Object sharedData , int id );
92
91
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected Property() {
35
35
/**
36
36
* Create a new property.
37
37
*
38
- * @param flags, for language-specific use
38
+ * @param flags for language-specific use
39
39
*/
40
40
public static Property create (Object key , Location location , int flags ) {
41
41
return Layout .getFactory ().createProperty (key , location , flags );
You can’t perform that action at this time.
0 commit comments