EmtpyCommitException: Add TODO to fix misspelled class name in 5.0

Change-Id: I5bb145d6d6cbaaa2d8cfb2febad7a008ca921236
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-12-18 14:22:54 +09:00 committed by Christian Halstrick
parent aa60a131f5
commit 1463bb9b87
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
*
* @since 4.2
*/
public class EmtpyCommitException extends GitAPIException {
public class EmtpyCommitException extends GitAPIException { // TODO: Correct spelling of this class name in 5.0
private static final long serialVersionUID = 1L;
/**