Results 1 to 2 of 2

Thread: Doc Error in Chapter 23

  1. #1
    Join Date
    Sep 2004
    Posts
    133

    Default Doc Error in Chapter 23

    spring Version 2.0 M2
    pg 271

    Code:
    public class BusinessObject {
    // properties and collaborators
    public void doIt() {
    // do the actual work
    }
    }
    suppose to be

    Code:
    public class ExampleBusinessObject {
    // properties and collaborators
    public void doIt() {
    // do the actual work
    }
    }
    a small typo.

    moon

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Raise an issue on JIRA please. This forum is for Spring Modules project - http://springmodules.dev.java.net
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •