PDA

View Full Version : Doc Error in Chapter 23


yfmoan
Feb 28th, 2006, 05:15 AM
spring Version 2.0 M2
pg 271


public class BusinessObject {
// properties and collaborators
public void doIt() {
// do the actual work
}
}


suppose to be


public class ExampleBusinessObject {
// properties and collaborators
public void doIt() {
// do the actual work
}
}


a small typo.

moon

Costin Leau
Feb 28th, 2006, 05:45 AM
Raise an issue on JIRA please. This forum is for Spring Modules project - http://springmodules.dev.java.net