]> source.dussan.org Git - jgit.git/commit
Add API filter for usage of FileRepository in test classes 47/91447/3
authorDavid Pursehouse <david.pursehouse@gmail.com>
Mon, 20 Feb 2017 03:51:42 +0000 (12:51 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 20 Feb 2017 21:43:06 +0000 (22:43 +0100)
commita46bc16a9f0adbd35084485798149f1c192c6240
tree06df63b56faca59602af1527f6203fa0e76ab1c4
parent07fdc50c0727674ac0c7f27394b81654f73abc2f
Add API filter for usage of FileRepository in test classes

FileRepository is in the package org.eclipse.jgit.internal, and is
thus non-API. This causes warnings in Eclipse when FileRepository is
used.

Add a filter to prevent the warnings.

Change-Id: I9a8ae106c085bb0e826031fa183b4c4bdabcc5fc
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.junit/.settings/.api_filters [new file with mode: 0644]