The Artima Developer Community


Errata for Programming in Scala
Chapter 4: Classes and Objects
Return to errata index.

Page 71 (PDF page 109):
The Application trait used in Listing 4.4 has been deprecated in 2.9.0
and is no longer available in 2.11.6 (can't find the exact release it was
removed in). 

object FallWinterSpringSummer extends Application {

should now be

object FallWinterSpringSummer extends App {

Page number: Book type: Paperback book PDF eBook
Book version: (Or build date. Found on back of title page.)
Your feedback:
Your name: (optional)
Your email address: (optional) (will not be published)

Copyright © 2021 Artima, Inc. All rights reserved.