diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-07 08:13:45 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-07 08:13:45 +0900 |
commit | 34d56fd277584c9e14b7f468377a72a9587ba650 (patch) | |
tree | ae81e63b0fa229f526ac89004d0bdbda7940e6e5 /org.eclipse.jgit.pgm | |
parent | 7f2ef4b6bac25c0690e0c67617000863ca7364b8 (diff) | |
parent | 239043e59d78b6c8661eb9fcd51189887c081770 (diff) | |
download | jgit-34d56fd277584c9e14b7f468377a72a9587ba650.tar.gz jgit-34d56fd277584c9e14b7f468377a72a9587ba650.zip |
Merge branch 'stable-4.9'
* stable-4.9:
LfsStore: Make inner class AppServer static
DirCacheCheckout#processEntry: Fix typo in javadoc
Change-Id: Id8e4a3c4dc741e6e0182522e72ecb4b34ae419eb
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java index 5839f3395b..9dc47210db 100644 --- a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java +++ b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java @@ -82,7 +82,7 @@ class LfsStore extends TextBuiltin { /** * Tiny web application server for testing */ - class AppServer { + static class AppServer { private final Server server; |