浏览代码

JGitInternalException: Fix typo in Javadoc

Change-Id: I46fabab3cb2d9164234ce04de346826687a3fa35
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.3.0.201901161700-m1
David Pursehouse 5 年前
父节点
当前提交
ccc21c7d4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java 查看文件

@@ -44,7 +44,7 @@ package org.eclipse.jgit.api.errors;
* <p>
* During command execution a lot of exceptions may be thrown. Some of them
* represent error situations which can be handled specifically by the caller of
* the command. But a lot of exceptions are so low-level that is unlikely
* the command. But a lot of exceptions are so low-level that it is unlikely
* that the caller of the command can handle them effectively. The huge number
* of these low-level exceptions which are thrown by the commands lead to a
* complicated and wide interface of the commands. Callers of the API have to

正在加载...
取消
保存