Closes gh-3606
This commit is contained in:
arghya88 2015-07-27 16:49:19 +05:30 committed by Stephane Nicoll
parent 8550d58e66
commit 9de4fd7913

View File

@ -21,7 +21,7 @@ import java.util.List;
/**
* Define a configuration property. Each property is fully identified by its
* {@link #getId() id} who is composed of a namespace prefix (the
* {@link #getId() id} which is composed of a namespace prefix (the
* {@link ConfigurationMetadataGroup#getId() group id}), if any and the {@link #getName()
* name} of the property.
*