Skip to content

Fixed JavaDoc issues in object model docs #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public static Layout createLayout() {
* @param objectType that describes the object instance with this shape.
* @param sharedData for language-specific use
* @param id for language-specific use
* @return
*/
public abstract Shape createShape(ObjectType objectType, Object sharedData, int id);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected Property() {
/**
* Create a new property.
*
* @param flags, for language-specific use
* @param flags for language-specific use
*/
public static Property create(Object key, Location location, int flags) {
return Layout.getFactory().createProperty(key, location, flags);
Expand Down