()
| 611 | /// |
| 612 | /// the schemeSpecificPart |
| 613 | public String getRawSchemeSpecificPart() { |
| 614 | if (schemeSpecificPart == null) { |
| 615 | schemeSpecificPart = rebuildSchemeSpecificPart(); |
| 616 | } |
| 617 | return schemeSpecificPart; |
| 618 | } |
| 619 | |
| 620 | /// #### Returns |
| 621 | /// |
no test coverage detected