@return the schemeSpecificPart
()
| 691 | * @return the schemeSpecificPart |
| 692 | */ |
| 693 | public String getSchemeSpecificPart() { |
| 694 | return URIHelper.decodeString(getRawSchemeSpecificPart(), true); |
| 695 | } |
| 696 | |
| 697 | /** |
| 698 | * @return the schemeSpecificPart |
no test coverage detected