Skip to content

Commit a421b9f

Browse files
Laird DorninLaird Dornin
authored andcommitted
chapter is now 12
1 parent 7893794 commit a421b9f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

12/FinchVideo/src/com/oreilly/demo/pa/finchvideo/Ch11.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

12/FinchVideo/src/com/oreilly/demo/pa/finchvideo/provider/YouTubeHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import com.finchframework.finch.Finch;
99
import com.finchframework.finch.rest.RESTfulContentProvider;
1010
import com.finchframework.finch.rest.ResponseHandler;
11-
import com.oreilly.demo.pa.finchvideo.Ch11;
11+
import com.oreilly.demo.pa.finchvideo.Ch12;
1212
import org.apache.http.HttpEntity;
1313
import org.apache.http.HttpResponse;
1414
import org.xmlpull.v1.XmlPullParser;
@@ -306,10 +306,10 @@ private int parseYoutubeEntity(HttpEntity entity) throws IOException {
306306
// all entries have been inserted.
307307

308308
} catch (XmlPullParserException e) {
309-
Log.d(Ch11.LOG_TAG,
309+
Log.d(Ch12.LOG_TAG,
310310
"could not parse video feed", e);
311311
} catch (IOException e) {
312-
Log.d(Ch11.LOG_TAG,
312+
Log.d(Ch12.LOG_TAG,
313313
"could not process video stream", e);
314314
}
315315

12/FinchVideo/tools/ant/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="pa_ch11" default="help">
2+
<project name="pa_ch12" default="help">
33

44
<!-- The local.properties file is created and updated by the 'android'
55
tool.

0 commit comments

Comments
 (0)