Move the annotation right before String

Fix: 374015480
Test: build
Flag: EXEMPT N/A
Change-Id: Id4eb78319b10f63a0a8959643b63ed9a598f24af
This commit is contained in:
Jason Chiu
2024-10-17 15:02:58 +08:00
parent 4d19f45505
commit ae5f82d36b
4 changed files with 4 additions and 8 deletions

View File

@@ -97,9 +97,8 @@ public class DisplaySettings extends DashboardFragment {
}
};
@Nullable
@Override
public String getPreferenceScreenBindingKey(@NonNull Context context) {
public @Nullable String getPreferenceScreenBindingKey(@NonNull Context context) {
return DisplayScreen.KEY;
}
}