Skip to content

Commit dc7acf9

Browse files
author
Pavel Marek
committed
Fix warning
(cherry picked from commit f072a71)
1 parent fd0a007 commit dc7acf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.ffi.impl/src/com/oracle/truffle/r/ffi/impl/nodes/SetStringEltNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static SetStringEltNode create() {
3535
return SetStringEltNodeGen.create();
3636
}
3737

38-
@Specialization(limit = "getTypedVectorDataLibraryCacheSize()")
38+
@Specialization
3939
Object doIt(RStringVector vector, long index, CharSXPWrapper element,
4040
@CachedLibrary(limit = "getTypedVectorDataLibraryCacheSize()") VectorDataLibrary dataLibrary) {
4141
Object newCharSXPData = dataLibrary.materializeCharSXPStorage(vector.getData());

0 commit comments

Comments
 (0)