We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574597 commit b6380ddCopy full SHA for b6380dd
src/main/java/walkingkooka/spreadsheet/meta/SpreadsheetMetadataPropertyName.java
@@ -598,6 +598,15 @@ public final UrlFragment urlFragment() {
598
599
private final UrlFragment urlFragment;
600
601
+ // isUrlFragmentRemoveLeadingSlash..................................................................................
602
+
603
+ /**
604
+ * Suggests how parsing a {@link UrlFragment} should be performed, because some values require the leading slash
605
+ * others do not.
606
+ */
607
+ boolean isUrlFragmentRemoveLeadingSlash() {
608
+ return false == this instanceof SpreadsheetMetadataPropertyNameViewport;
609
+ }
610
611
// parseUrlFragmentSaveValue........................................................................................
612
0 commit comments