File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
src/com/oreilly/demo/pa/finchvideo Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
import com .finchframework .finch .Finch ;
9
9
import com .finchframework .finch .rest .RESTfulContentProvider ;
10
10
import com .finchframework .finch .rest .ResponseHandler ;
11
- import com .oreilly .demo .pa .finchvideo .Ch11 ;
11
+ import com .oreilly .demo .pa .finchvideo .Ch12 ;
12
12
import org .apache .http .HttpEntity ;
13
13
import org .apache .http .HttpResponse ;
14
14
import org .xmlpull .v1 .XmlPullParser ;
@@ -306,10 +306,10 @@ private int parseYoutubeEntity(HttpEntity entity) throws IOException {
306
306
// all entries have been inserted.
307
307
308
308
} catch (XmlPullParserException e ) {
309
- Log .d (Ch11 .LOG_TAG ,
309
+ Log .d (Ch12 .LOG_TAG ,
310
310
"could not parse video feed" , e );
311
311
} catch (IOException e ) {
312
- Log .d (Ch11 .LOG_TAG ,
312
+ Log .d (Ch12 .LOG_TAG ,
313
313
"could not process video stream" , e );
314
314
}
315
315
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project name =" pa_ch11 " default =" help" >
2
+ <project name =" pa_ch12 " default =" help" >
3
3
4
4
<!-- The local.properties file is created and updated by the 'android'
5
5
tool.
You can’t perform that action at this time.
0 commit comments