File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
src/test/java/org/gitlab4j/api Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public void beforeMethod() {
8888 assumeTrue (problems != null && problems .isEmpty ());
8989 }
9090
91- @ SuppressWarnings ({ "deprecation" } )
91+ @ SuppressWarnings ("deprecation" )
9292 @ Test
9393 public void testSession () throws GitLabApiException {
9494
Original file line number Diff line number Diff line change 3838import org .gitlab4j .api .models .AccessLevel ;
3939import org .gitlab4j .api .models .Group ;
4040import org .gitlab4j .api .models .Project ;
41- import org .gitlab4j .api .models .User ;
4241import org .gitlab4j .api .models .Visibility ;
4342import org .junit .AfterClass ;
4443import org .junit .Before ;
Original file line number Diff line number Diff line change 1515import javax .ws .rs .core .Response ;
1616
1717import org .gitlab4j .api .GitLabApi .ApiVersion ;
18- import org .gitlab4j .api .models .Group ;
1918import org .gitlab4j .api .models .ImpersonationToken ;
2019import org .gitlab4j .api .models .ImpersonationToken .Scope ;
2120import org .gitlab4j .api .models .SshKey ;
You can’t perform that action at this time.
0 commit comments