Annotate on same line.
This commit is contained in:
parent
e83dd16942
commit
6d1ec78984
1 changed files with 2 additions and 4 deletions
|
@ -34,10 +34,8 @@ public class PreferencesActivity extends BaseActivity
|
|||
implements SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
|
||||
private boolean restartActivitiesOnExit;
|
||||
private @XmlRes
|
||||
int currentPreferences;
|
||||
private @StringRes
|
||||
int currentTitle;
|
||||
private @XmlRes int currentPreferences;
|
||||
private @StringRes int currentTitle;
|
||||
|
||||
@Override
|
||||
protected void onCreate(@Nullable Bundle savedInstanceState) {
|
||||
|
|
Loading…
Reference in a new issue