File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Kernel/Structures/Annotations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public function execute(): void
2020
2121 for ($ i = 0 ; $ i < $ this ->numElementValuePairs ; $ i ++) {
2222 $ elementNameIndex = $ this ->readUnsignedShort ();
23- $ elementValuePair = (new ElementValuePairs ($ this ->reader ))
23+ $ elementValuePair = (new ElementValue ($ this ->reader ))
2424 ->setConstantPool ($ this ->getConstantPool ());
2525 $ elementValuePair ->execute ();
2626 $ this ->elementValuePairs [] = [
Original file line number Diff line number Diff line change 77use PHPJava \Kernel \Attributes \RuntimeVisibleAnnotationsAttribute ;
88use PHPJava \Utilities \BinaryTool ;
99
10- final class ElementValuePairs implements AnnotationInterface
10+ final class ElementValue implements AnnotationInterface
1111{
1212 use \PHPJava \Kernel \Core \BinaryReader;
1313 use \PHPJava \Kernel \Core \ConstantPool;
You can’t perform that action at this time.
0 commit comments