Commit Graph

7 Commits

Author SHA1 Message Date
4904d7eea0 #1021: Fix checkstyle warnings by changing the license header template (#1027)
* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
2aa9e78ddd Minor refactorings and code style changes (#807)
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals

* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments

* Removed unused import from Promise

* Addressed review comments

* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
98c3f93e82 Review changes in Test Cases 2018-09-04 20:52:11 +05:30
9daa3140e4 Category Enum for category of Car 2018-08-29 22:02:17 +05:30
cd44ef3c81 Review Changes 2018-08-26 23:12:33 +05:30
2c8d1744df #564: Collection Pipeline pattern 2018-07-08 21:37:30 +05:30