The Artima Developer Community


Errata for Programming in Scala, 2nd Edition
Chapter 18: Stateful Objects
Return to errata index.

Page 372 (PDF page 410):
at page 372 is missing at start of source 'Simulation' class the package:

current version:
 
abstract class Simulation {
  ......
}


new version:

package org.stairwaybook.simulation
abstract class Simulation {
  ......
}

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.