| Class and Description |
|---|
| org.eclipse.jgit.transport.BaseReceivePack.FirstLine
Use
FirstCommand instead. |
| org.eclipse.jgit.transport.UploadPack.FirstLine
Use
FirstWant instead |
| 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. |
| org.eclipse.jgit.util.RawParseUtils.UTF8_CHARSET
use
StandardCharsets.UTF_8 instead |
| Constructor and Description |
|---|
| org.eclipse.jgit.errors.PackInvalidException(File) |
| org.eclipse.jgit.errors.PackInvalidException(String) |
Copyright © 2020 Eclipse JGit Project. All rights reserved.