We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071f78c commit fe52a24Copy full SHA for fe52a24
1 file changed
src/Packages/java/lang/_String.php
@@ -363,7 +363,6 @@ public function intern(ConstantPool $cp)
363
if ((string) $value === (string) $this->object) {
364
$this->object = $value
365
->enableWrite(true)
366
- ->setString((string) $this->object)
367
->setStringObject($this)
368
->enableWrite(false);
369
break;
0 commit comments