nullable removed for state

This commit is contained in:
Gavriil Sitnikov 2016-03-14 17:25:21 +03:00
parent e48df76b63
commit 24010d83bb
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ public abstract class ViewControllerFragment<TState extends Serializable, TLogic
*
* @return Object of TState type.
*/
@Nullable
public TState getState() {
return state;
}