Skip to content

Commit

Permalink
Fix checkstyle warning
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1703784 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Sep 18, 2015
1 parent 825c450 commit cf92426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/catalina/tribes/membership/MemberImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class MemberImpl implements Member, java.io.Externalizable {
* The listen host for this member
*/
protected volatile byte[] host;
protected volatile transient String hostname;
protected transient volatile String hostname;
/**
* The tcp listen port for this member
*/
Expand Down

0 comments on commit cf92426

Please sign in to comment.