summaryrefslogtreecommitdiffstats
path: root/tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-03-23 14:28:24 -0700
committerGeorge Mount <mount@google.com>2015-03-23 16:51:33 -0700
commitfc195a64c6048d08c300ef77b64628a3bc40806e (patch)
tree40b84a67f7c9d258196f43afacd25396a91dd671 /tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt
parent77ab0a0281053ff78ec78121bc2eaa07e7f57ef3 (diff)
downloadframeworks_base-fc195a64c6048d08c300ef77b64628a3bc40806e.zip
frameworks_base-fc195a64c6048d08c300ef77b64628a3bc40806e.tar.gz
frameworks_base-fc195a64c6048d08c300ef77b64628a3bc40806e.tar.bz2
Move to package android.databinding.
Diffstat (limited to 'tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt')
-rw-r--r--tools/data-binding/xmlGrammar/src/main/kotlin/xmlEditorTest.kt2
1 files changed, 1 insertions, 1 deletions
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