()
| 545 | /// @return the query part of the URI, or an empty string if no path is |
| 546 | /// included in the URI. |
| 547 | public String getPath() { |
| 548 | return null; |
| 549 | } |
| 550 | |
| 551 | /// Get the encoded path part of the uri. |
| 552 | /// |
no outgoing calls
no test coverage detected