Skip to content

Commit e33a11f

Browse files
committed
Update annotation class
1 parent 2e4100e commit e33a11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/api-src/org/labkey/api/laboratory/DemographicsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package org.labkey.api.laboratory;
22

3+
import org.jetbrains.annotations.Nullable;
34
import org.labkey.api.data.Container;
45
import org.labkey.api.module.Module;
56
import org.labkey.api.security.User;
67

7-
import javax.annotation.Nullable;
88

99
public class DemographicsProvider
1010
{

0 commit comments

Comments
 (0)