Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Nov 9, 2015
1 parent fbc9265 commit b3e624e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.jivesoftware.smack.StanzaListener;
import org.jivesoftware.smack.packet.Stanza;
import org.jivesoftware.smack.roster.RosterEntry;
import org.jivesoftware.smack.sm.StreamManagementException;

import org.kontalk.Kontalk;
import org.kontalk.client.EndpointServer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ protected void onContentChanged() {
}

private static class ViewHolder {
public TextView headerView, text1, text2;
public TextView headerView;
public TextView text1;
public TextView text2;
}
}
}

0 comments on commit b3e624e

Please sign in to comment.