Skip to content

Commit b5a7dcb

Browse files
committed
SpreadsheetMetadataPropertyName.isUrlFragmentRemoveLeadingSlash made public FIX
1 parent c592f05 commit b5a7dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/walkingkooka/spreadsheet/meta/SpreadsheetMetadataPropertyName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public final UrlFragment urlFragment() {
604604
* Suggests how parsing a {@link UrlFragment} should be performed, because some values require the leading slash
605605
* others do not.
606606
*/
607-
boolean isUrlFragmentRemoveLeadingSlash() {
607+
public boolean isUrlFragmentRemoveLeadingSlash() {
608608
return false == this instanceof SpreadsheetMetadataPropertyNameViewport;
609609
}
610610

0 commit comments

Comments
 (0)