
|
If you were logged in you would be able to see more operations.
|
|
|
|
Text component should override useBody() to return true
public boolean usesBody() {
return true;
}
if not its body variable is always empty and never being honoured in the code.
|
|
Description
|
Text component should override useBody() to return true
public boolean usesBody() {
return true;
}
if not its body variable is always empty and never being honoured in the code. |
Show » |
|