error: unknown tag: internal
Change-Id: Ie96b4ed27060498a39bb5fb1ea7a4cb3e17408ff
This commit is contained in:
@@ -274,7 +274,8 @@ public class Type {
|
|||||||
/**
|
/**
|
||||||
* Constructs a new <code>Type</code> from the given type description.
|
* Constructs a new <code>Type</code> from the given type description.
|
||||||
*
|
*
|
||||||
* @internal
|
* <em>For internal URE use only. Not to be used by client code.</em>
|
||||||
|
*
|
||||||
* @param typeDescription a type description. Must not be
|
* @param typeDescription a type description. Must not be
|
||||||
* <code>null</code>.
|
* <code>null</code>.
|
||||||
*/
|
*/
|
||||||
@@ -370,7 +371,8 @@ public class Type {
|
|||||||
/**
|
/**
|
||||||
* Gives the type description of this type.
|
* Gives the type description of this type.
|
||||||
*
|
*
|
||||||
* @internal
|
* <em>For internal URE use only. Not to be used by client code.</em>
|
||||||
|
*
|
||||||
* @return the type description; may be <code>null</code>
|
* @return the type description; may be <code>null</code>
|
||||||
*/
|
*/
|
||||||
public TypeDescription getTypeDescription() {
|
public TypeDescription getTypeDescription() {
|
||||||
@@ -380,7 +382,8 @@ public class Type {
|
|||||||
/**
|
/**
|
||||||
* Sets the type description for this type.
|
* Sets the type description for this type.
|
||||||
*
|
*
|
||||||
* @internal
|
* <em>For internal URE use only. Not to be used by client code.</em>
|
||||||
|
*
|
||||||
* @param typeDescription the type description
|
* @param typeDescription the type description
|
||||||
*/
|
*/
|
||||||
public void setTypeDescription(TypeDescription typeDescription) {
|
public void setTypeDescription(TypeDescription typeDescription) {
|
||||||
|
Reference in New Issue
Block a user