Skip to content

Commit 3ffcf44

Browse files
committed
commit
1 parent 0892dcb commit 3ffcf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fcmnotifier/src/main/java/com/project/sagar/fcmnotifier/FCMNotifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class FCMNotifier {
1414
String title;
1515
String msg;
1616
String fcmtoken;
17-
FCMNotifier(String fcmkey, String fcmtoken)
17+
public FCMNotifier(String fcmkey, String fcmtoken)
1818
{
1919
this.fcmkey=fcmkey;
2020
this.fcmtoken=fcmtoken;

0 commit comments

Comments
 (0)