Skip to content

Commit

Permalink
Fixed imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Aug 16, 2024
1 parent 1819dc2 commit 9bbeef5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

import org.apache.maven.artifact.versioning.ComparableVersion;

import com.massive.sdk.MassiveClient;
import com.massive.sdk.MassiveNotificationOptions;
import com.massive.sdk.MassiveOptions;
import com.massive.sdk.MassiveServiceType;
import com.joinmassive.sdk.MassiveClient;
import com.joinmassive.sdk.MassiveNotificationOptions;
import com.joinmassive.sdk.MassiveOptions;
import com.joinmassive.sdk.MassiveServiceType;

import com.onesignal.OneSignal;

Expand Down

0 comments on commit 9bbeef5

Please sign in to comment.