Update JGit to 3.0 APIs

Change-Id: Ib4fc5a52c84657fa86cf2fc553f46d1776b4273c
This commit is contained in:
Shawn Pearce
2013-03-18 09:19:15 -07:00
parent bda745eeca
commit 95c5deeafb
10 changed files with 15 additions and 17 deletions

View File

@@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package org.eclipse.jgit.storage.file;
package org.eclipse.jgit.internal.storage.file;
import org.eclipse.jgit.internal.storage.file.WindowCache;
// Hack to obtain visibility to package level methods only.
// These aren't yet part of the public JGit API.