Skip to content

Commit bb1f8fa

Browse files
committed
allow access to abstract class
SVN r64438 |2019-09-05 16:18:58 +0000
1 parent 6db70a5 commit bb1f8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/labkey/remoteapi/domain/AbstractDomainUpdateCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.json.simple.JSONObject;
44
import org.labkey.remoteapi.PostCommand;
55

6-
abstract class AbstractDomainUpdateCommand extends PostCommand<DomainResponse>
6+
public abstract class AbstractDomainUpdateCommand extends PostCommand<DomainResponse>
77
{
88
private Domain _design = new Domain();
99

0 commit comments

Comments
 (0)