aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

remove public access modifier in interface. becuase redundant keyword. #86

Closed ghost closed 7 years ago

BrianNichols commented 7 years ago

Declaring interface methods public still makes sense because it makes it explicit to users who are not aware of subtle compiler conventions.