Skip to content

Commit d7ec509

Browse files
author
Caitlin Bales (MSFT)
committed
Illegal to document throws that isn't explicitly thrown
1 parent 33b384d commit d7ec509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/requests/extensions/CustomRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* The class for the CustomRequestBuilder
1212
*
13-
* @throws ClientException If the provided URL is malformed, the client exception will contain a MalformedURLException
13+
* If the provided URL is malformed, the ClientException will contain a MalformedURLException
1414
*/
1515
public class CustomRequestBuilder<T> extends BaseRequestBuilder {
1616
public final Class<T> responseType;

0 commit comments

Comments
 (0)