Commit be8e215 1 parent d08b805 commit be8e215 Copy full SHA for be8e215
File tree 2 files changed +10
-4
lines changed
src/main/java/com/cdancy/bitbucket/rest/features
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ checkstyle {
85
85
toolVersion = " 6.13"
86
86
}
87
87
88
+ checkstyleMain. source = " src/main/java"
89
+
88
90
tasks. withType(JavaCompile ) {
89
91
options. compilerArgs + = [" -Xlint:-options" ]
90
92
}
Original file line number Diff line number Diff line change 28
28
import org .jclouds .rest .annotations .Payload ;
29
29
import org .jclouds .rest .annotations .PayloadParam ;
30
30
import org .jclouds .rest .annotations .RequestFilters ;
31
-
32
31
import org .jclouds .rest .binders .BindToJsonPayload ;
33
32
34
33
import javax .inject .Named ;
35
-
36
- import javax .ws .rs .*;
37
-
34
+ import javax .ws .rs .Consumes ;
35
+ import javax .ws .rs .DELETE ;
36
+ import javax .ws .rs .GET ;
37
+ import javax .ws .rs .POST ;
38
+ import javax .ws .rs .PUT ;
39
+ import javax .ws .rs .Path ;
40
+ import javax .ws .rs .PathParam ;
41
+ import javax .ws .rs .Produces ;
38
42
import javax .ws .rs .core .MediaType ;
39
43
40
44
@ Produces (MediaType .APPLICATION_JSON )
You can’t perform that action at this time.
0 commit comments