Merge "Add space after property name in error message"

This commit is contained in:
Makoto Onuki
2010-12-07 16:05:22 -08:00
committed by Android (Google) Code Review

View File

@@ -325,7 +325,7 @@ public class PropertyValuesHolder implements Cloneable {
// If we got here, then no appropriate function was found
Log.e("PropertyValuesHolder",
"Couldn't find setter/getter for property " + mPropertyName +
"with value type "+ mValueType);
" with value type "+ mValueType);
}
return returnVal;