Skip to content

Commit b1ac735

Browse files
committed
refine some javadocs
1 parent 20d8c4a commit b1ac735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/UserErrorException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ public class UserErrorException extends DebugException {
1616
private static final long serialVersionUID = -6001456457602995764L;
1717

1818
/**
19-
* Create an user error exception indicates an user setting/operation is illegal by design.
19+
* Create an user error exception indicates a user setting/operation is illegal by design.
2020
*/
2121
public UserErrorException() {
2222
super();
2323
}
2424

2525

2626
/**
27-
* Create an user error exception indicates an user setting/operation is illegal by design.
27+
* Create an user error exception indicates a user setting/operation is illegal by design.
2828
*
2929
* @param message the error message
3030
*/

0 commit comments

Comments
 (0)