Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Remove redundant sentences #41

Closed otaviojava closed 6 years ago

otaviojava commented 6 years ago

This PR just remove redundant sentence such as ¨T extends Object¨ once all objects extend Java that is unnecessary and also a public method in the interface that is defined in the JVM spec.

https://docs.oracle.com/javase/specs/jls/se7/html/jls-9.html#jls-9.4

moderakh commented 6 years ago

Thanks for the PR @otaviojava looks good to me. merging it.