Skip to content

Commit

Permalink
Fix check style (#4359)
Browse files Browse the repository at this point in the history
* Fix check style

Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos authored and senivam committed Jan 7, 2020
1 parent a804e82 commit be5f31a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -388,7 +388,6 @@ private static String getSerializedLinkFromTag(final SeeTag linkTag) {

/* Get referenced example bean
*/

final ClassDoc containingClass = referencedMember.containingClass();
return DocletUtils.getLinkClass(containingClass.qualifiedName(), referencedMember.name());
}
Expand Down

0 comments on commit be5f31a

Please sign in to comment.