Skip to content

Commit 1cedea4

Browse files
Clean up incorrect comments
1 parent 78c8f4a commit 1cedea4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/org/medicmobile/webapp/mobile/AppNotificationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void cancelAllNotifications() {
9999
}
100100

101101
/**
102-
* @param jsArrayString string notifications sorted by readyAt in descending order
102+
* @param jsArrayString string notifications
103103
* @throws JSONException throws JSONException
104104
* Method is blocking don't run on UI thread
105105
*/

src/test/java/org/medicmobile/webapp/mobile/AppNotificationManagerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ private void useBlockingDataStoreGet() {
196196
}).when(appNotificationManager).saveLatestNotificationTimestamp(anyLong());
197197
}
198198

199-
//should be ordered by readyAt in descending order cht returns them ordered like this
200199
private String getJSTaskNotificationString(long readyAt, long dueDate, long endDate) {
201200
return """
202201
{

0 commit comments

Comments
 (0)