Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for generics instead of using Objects #22

Closed
GoogleCodeExporter opened this issue Jan 28, 2016 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

The library will be type-safe, if you use generics. E.g.:

public interface DiffAlgorithm<T> {    
    public Patch<T> diff(T[] original, T[] revised);    
    public Patch<T> diff(List<T> original, List<T> revised);
}

Original issue reported on code.google.com by vladimir...@gmail.com on 9 Feb 2012 at 12:30

@GoogleCodeExporter
Copy link
Author

Hi,

Since version 1.3.0 (branch) generics are used.
Use maven dependency with version 1.3.0.

Reganrds
Simon

Original comment by simon.mi...@gmail.com on 17 Mar 2013 at 3:28

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant