Fórum Boolean Return Value #16622
01/03/2010
0
public boolean isFull(){ //generally full
if(parcelIsFull() || hcparcelIsFull() || noSharingParcel())
return true;
}
I want to know why i get this error
missing return statement
I have the value written as 'true' boolean as the returning value.
if(parcelIsFull() || hcparcelIsFull() || noSharingParcel())
return true;
}
I want to know why i get this error
missing return statement
I have the value written as 'true' boolean as the returning value.
Lucas Giovanini
Curtir tópico
+ 0
Responder
Clique aqui para fazer login e interagir na Comunidade :)