Skip to content

Commit

Permalink
Merge pull request #5157 from mP1/feature/SpreadsheetMetadataProperty…
Browse files Browse the repository at this point in the history
…NameTestCase-testParseUrlFragmentSaveValue-removed-PluginInfoSetLike-test

SpreadsheetMetadataPropertyNameTestCase.testParseUrlFragmentSaveValue…
  • Loading branch information
mP1 authored Sep 21, 2024
2 parents aca2bc1 + 1209b7a commit 23cd8c3
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,8 @@ public final void testParseUrlFragmentSaveValue() {
final HasUrlFragment has = (HasUrlFragment) value;
text = has.urlFragment().value();
} else {
if (value instanceof PluginInfoSetLike) {
final PluginInfoSetLike<?, ?, ?> set = (PluginInfoSetLike<?, ?, ?>) value;
text = set.text();
} else {
text = String.valueOf(value);
}

text = String.valueOf(value);
}

if (propertyName.isParseUrlFragmentSaveValueSupported()) {
Expand Down

0 comments on commit 23cd8c3

Please sign in to comment.