diff --git a/DataBinding/DataBindingAndroid b/DataBinding/DataBindingAndroid index b715e2af..a20d8d1d 100644 --- a/DataBinding/DataBindingAndroid +++ b/DataBinding/DataBindingAndroid @@ -33,7 +33,7 @@ public class DataBinderMapperImpl extends DataBinderMapper { if(localizedLayoutId > 0) { final Object tag = view.getTag(); if(tag == null) { - throw new RuntimeException("view must have a tag"); + throw new RuntimeException(" must view have a tag"); } switch(localizedLayoutId) { case LAYOUT_ACTIVITYMAIN: {