Skip to content

Commit 333925c

Browse files
committedJul 18, 2019
added Eclipse projects
1 parent e68f958 commit 333925c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+780
-2
lines changed
 

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ThinkJavaCode2
22
Supporting code for Think Java, 2nd edition.
3-
Copyright (c) 2017 Allen Downey and Chris Mayfield.
4-
**This new edition is a work in progress and won't be completed until May 2019.**
3+
Copyright (c) 2019 Allen Downey and Chris Mayfield.
4+
**This new edition is a work in progress and won't be completed until Fall 2019.**
55

66
This repository contains the code examples from the book and starter code for some exercises.
77
There are several ways you can work with the code:

Diff for: ‎appa/.checkstyle

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<fileset name="all" enabled="true" check-config-name="ThinkJavaCode2" local="false">
5+
<file-match-pattern match-pattern="." include-pattern="true"/>
6+
</fileset>
7+
<filter name="UnOpenedFiles" enabled="true"/>
8+
</fileset-config>

0 commit comments

Comments
 (0)
Please sign in to comment.