From 7bbd01eb16b8418cb8a74bf1824741d18af56d48 Mon Sep 17 00:00:00 2001 From: RJ-Android Date: Sun, 3 Feb 2019 19:24:41 +0530 Subject: [PATCH] sample commit --- .../com/github/chrishantha/sample/base/SampleApplication.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/src/main/java/com/github/chrishantha/sample/base/SampleApplication.java b/base/src/main/java/com/github/chrishantha/sample/base/SampleApplication.java index 3432b87..efcc605 100644 --- a/base/src/main/java/com/github/chrishantha/sample/base/SampleApplication.java +++ b/base/src/main/java/com/github/chrishantha/sample/base/SampleApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 M. Isuru Tharanga Chrishantha Perera + * Copyright 2018 M. Isuru Tharanga Chrishantha Perer * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/*Author Divya*/ package com.github.chrishantha.sample.base; public interface SampleApplication {