Skip to content

Commit

Permalink
Merge pull request #13 from thiagoarrais/patch-1
Browse files Browse the repository at this point in the history
Custom Film class is from Koan 11, not 10
  • Loading branch information
quux00 committed Jul 30, 2013
2 parents 3cae020 + e381e23 commit af7fc4e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
// want to return from queries or convert to a database type for DML statements.
//
// In this koan, we use net.thornydev.mybatis.koan.domain.Film, rather than
// net.thornydev.mybatis.koan.koan10.FilmK10. There are three differences:
// net.thornydev.mybatis.koan.koan11.FilmK11. There are three differences:
// 1. the "releaseYear" field is of type net.thornydev.mybatis.koan.util.Year
// rather than a simple String
// 2. the "specialFeatures" field is now a List<String>, rather than a simple
Expand Down

0 comments on commit af7fc4e

Please sign in to comment.