Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f7ae19f authored by Steve Block's avatar Steve Block
Browse files

Public JavaDoc for ParseException should not mention WebAddress, as this is not public

Change-Id: Iab1e5ff64b6caaecfbd6beac0be02b3b660ff51e
parent 9dc2cc53
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -17,10 +17,9 @@
package android.net;

/**
 * 
 *
 * When WebAddress Parser Fails, this exception is thrown
 * Thrown when parsing a URL fails.
 */
// See non-public class {@link WebAddress}.
public class ParseException extends RuntimeException {
    public String response;