Fix checkstyle errors
This commit is contained in:
parent
61fb63d0f9
commit
dd87ba9efc
@ -66,7 +66,6 @@ public class ScreenShotsActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private class ScreenShotPagerAdapter extends FragmentStatePagerAdapter {
|
||||
|
||||
private final String[] screenshots;
|
||||
@ -87,7 +86,6 @@ public class ScreenShotsActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* A single screenshot page.
|
||||
*/
|
||||
@ -103,7 +101,6 @@ public class ScreenShotsActivity extends AppCompatActivity {
|
||||
return fragment;
|
||||
}
|
||||
|
||||
|
||||
private String screenshotUrl;
|
||||
|
||||
@Override
|
||||
@ -135,7 +132,6 @@ public class ScreenShotsActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@TargetApi(11)
|
||||
public class DepthPageTransformer implements ViewPager.PageTransformer {
|
||||
|
||||
|
@ -54,7 +54,6 @@ class ScreenShotsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView.V
|
||||
return screenshots.length;
|
||||
}
|
||||
|
||||
|
||||
public interface Listener {
|
||||
/**
|
||||
* @param position zero based position of the screenshot
|
||||
@ -63,7 +62,6 @@ class ScreenShotsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView.V
|
||||
void onScreenshotClick(int position);
|
||||
}
|
||||
|
||||
|
||||
private class ScreenShotViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
|
||||
final ImageView image;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user