Skip to content

Commit e7725e0

Browse files
committed
Back to 8.3 format
1 parent 6981222 commit e7725e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/org/labkey/remoteapi/query/BaseQueryCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public abstract class BaseQueryCommand<ResponseType extends CommandResponse> ext
3737
public BaseQueryCommand(String controllerName, String actionName)
3838
{
3939
super(controllerName, actionName);
40-
setRequiredVersion(9.1); // Need >= 9.1 to support includeMetadata
4140
}
4241

4342
/**

0 commit comments

Comments
 (0)