Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: tools/servicec/lib/src/resources/java/dartino/Reader.java

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/servicec/lib/src/resources/java/dartino/Reader.java
diff --git a/tools/servicec/lib/src/resources/java/fletch/Reader.java b/tools/servicec/lib/src/resources/java/dartino/Reader.java
similarity index 99%
rename from tools/servicec/lib/src/resources/java/fletch/Reader.java
rename to tools/servicec/lib/src/resources/java/dartino/Reader.java
index 87857c218820b16582f0aeab13829dd9284606b8..19572875c90c1b97d98c86f121893a969191bce3 100644
--- a/tools/servicec/lib/src/resources/java/fletch/Reader.java
+++ b/tools/servicec/lib/src/resources/java/dartino/Reader.java
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-package fletch;
+package dartino;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;

Powered by Google App Engine
This is Rietveld 408576698