jdeferred / jdeferred

Java Deferred/Promise library similar to JQuery.

Home Page:jdeferred.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary visibility modifiers from interfaces

aalmiray opened this issue · comments

Interface methods & members are public by default yet almost every interface in the project applies this modifier.

I believe we've covered this with the latest commits posted to the 2.x branch