Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 572e907

Browse files
committed
Cruft cleaning
1 parent 757e3cc commit 572e907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MainApp/src/main/java/com/bytestemplar/tonedef/international/CountryTonesRepository.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class CountryTonesRepository
2828
private ArrayList<CountryTones> _country_tones;
2929
private CountryListAdapter _country_list_adapter;
3030

31+
/******************************************************************/
3132
public static CountryTonesRepository getInstance()
3233
{
3334
if ( instance == null ) {
@@ -36,6 +37,7 @@ public static CountryTonesRepository getInstance()
3637
return instance;
3738
}
3839

40+
/******************************************************************/
3941
public static CountryTonesRepository getInstance( Activity owner )
4042
{
4143
if ( CountryTonesRepository.instance == null ) {
@@ -64,7 +66,6 @@ public CountryTonesRepository( Activity owner )
6466
buildCountrySequences();
6567
}
6668

67-
6869
/******************************************************************/
6970
private void buildCountrySequences()
7071
{

0 commit comments

Comments
 (0)