Skip to content

Commit 0af6963

Browse files
Improve nullability treatment for PageFlowUtil.urlProvider() (#283)
1 parent 15ca95b commit 0af6963

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

LDK/api-src/org/labkey/api/ldk/notification/AbstractNotification.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ abstract public class AbstractNotification implements Notification
4545
public AbstractNotification(Module owner)
4646
{
4747
_owner = owner;
48-
49-
// AbstractNotifications must be constructed after QueryUrls has been registered, typically in startup() or
50-
// doStartupAfterSpringConfig()
51-
assert _queryUrls != null;
5248
}
5349

5450
@Override

0 commit comments

Comments
 (0)