Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] FileDiff and FileDiffLabelProvider

On Fri, Apr 1, 2011 at 6:14 PM, Kevin Sawicki <kevinsawicki@xxxxxxxxx> wrote:
> Hi,
>
> Currently the classes FileDiff and FileDiffLabelProvider are declared
> package visibility in the org.eclipse.egit.ui.internal.history package.
>
> Is there a specific reason for this?  These classes are both very useful
> when displaying user interfaces that need the diffs between two trees.
>
> I will gladly open up a enhancement request for this and submit a patch
> for review, just wanted to check first if there was any specific reason
> why these shouldn't be used outside the history package.

It's not API, but feel free to make it public instead of package protected.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 512 961 6719


Back to the top