mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-25 19:51:10 +01:00
Mark reset() private
This commit is contained in:
parent
afaa91b2ca
commit
ff2f77c427
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public final class TerminalColorScheme {
|
|||
reset();
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
private void reset() {
|
||||
System.arraycopy(DEFAULT_COLORSCHEME, 0, mDefaultColors, 0, TextStyle.NUM_INDEXED_COLORS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue