From fc195a64c6048d08c300ef77b64628a3bc40806e Mon Sep 17 00:00:00 2001 From: George Mount Date: Mon, 23 Mar 2015 14:28:24 -0700 Subject: Move to package android.databinding. --- tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt') diff --git a/tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt b/tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt index 98bc8eb..48356ad 100644 --- a/tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt +++ b/tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.android.databinding +package android.databinding.parser import java.io.File import org.antlr.v4.runtime.ANTLRInputStream -- cgit v1.1