Clean up sample code to look better.
Change-Id: I91bdfc7ce2d32f23dc7ce9a4276cba37d7fafc42
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
package com.example.android.samplesync;
|
||||
|
||||
public class Constants {
|
||||
@@ -26,7 +25,5 @@ public class Constants {
|
||||
/**
|
||||
* Authtoken type string.
|
||||
*/
|
||||
public static final String AUTHTOKEN_TYPE =
|
||||
"com.example.android.samplesync";
|
||||
|
||||
public static final String AUTHTOKEN_TYPE = "com.example.android.samplesync";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user