| Summary: | Some constants in PersistenceUnitProperties are missing JavaDoc | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Adrian Goerler <adrian.goerler> | ||||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | trivial | ||||||||
| Priority: | P2 | CC: | david.minsky, tom.ware | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | simple_fix | ||||||||
| Attachments: |
|
||||||||
|
Description
Adrian Goerler
Setting target and priority. See the following page for details of the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines Created attachment 189629 [details]
Proposed JavaDoc and Constructor changes to PersistenceUnitProperties
Looks good to me and will be quite helpful. I have two two minor comments: APP_LOCATION: "root of the working directory" -> shouldn't it rather be "the working directory"? For all parameter values CREATE_ONLY, ...: I think it should rather read "The parameter value <code>"create-tables"</code>" or just "The value <code>"create-tables"</code>" (The property "eclipselink.ddl-generation" has a parameter, which may have the value "create-tables"). Created attachment 189718 [details]
Proposed JavaDoc changes to PersistenceUnitProperties (V2)
Updated changes based on community feedback: (v2)
- remove private default constructor, to be consistent with existing classes using this pattern
- reword JavaDoc comments, and add additional consistency between properties and property values
Changes checked into trunk (2.3) at revision 9032 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |