Andrew Gaul
|
08b9982384
|
Enforce modifier order via Checkstyle
Also fix violations, via:
find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
|
2012-11-01 20:01:30 -07:00 |
|
Adrian Cole
|
addeb0d031
|
added concat to PagedIterable
|
2012-07-16 11:07:17 -04:00 |
|
Adrian Cole
|
315d5fb3ef
|
Issue 1011: introducing PagedIterable
|
2012-07-15 23:34:42 -07:00 |
|
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
|
Adrian Cole
|
25ab7814e4
|
Issue 1022: updated aws-elb aws-iam aws-rds iam elb rds to new naming conventions
|
2012-07-12 10:08:10 -07:00 |
|
Adrian Cole
|
0383a80904
|
Issue 1011: PaginatedIterable with marker type as Object
|
2012-07-09 16:08:32 -07:00 |
|
Adrian Cole
|
5687a6d8ea
|
Issue 997:support AWS IAM api
|
2012-06-24 12:23:06 -07:00 |
|