| Field and Description |
|---|
| org.eclipse.jgit.lib.Constants.CHARACTER_ENCODING
Use
StandardCharsets.UTF_8 directly
instead. |
| org.eclipse.jgit.lib.Constants.CHARSET
Use
StandardCharsets.UTF_8 directly
instead. |
| Constructor and Description |
|---|
| org.eclipse.jgit.errors.PackInvalidException(File) |
| org.eclipse.jgit.errors.PackInvalidException(String) |
Copyright © 2019 Eclipse JGit Project. All rights reserved.