Skip to content

Commit c021ca8

Browse files
committed
Remove unused imports
1 parent 20f8079 commit c021ca8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extras/PullToRefreshListFragment/src/com/handmark/pulltorefresh/extras/listfragment/PullToRefreshListFragment.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
import android.os.Bundle;
44
import android.support.v4.app.ListFragment;
5-
import android.util.Log;
65
import android.view.LayoutInflater;
76
import android.view.View;
87
import android.view.ViewGroup;
98
import android.widget.ListView;
10-
119
import com.handmark.pulltorefresh.library.PullToRefreshListView;
1210

1311
/**

0 commit comments

Comments
 (0)