File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments