Skip to content
Snippets Groups Projects
Commit 6c7ab053 authored by cramakri's avatar cramakri
Browse files

MINOR: Updated ICommonServer.java.expected to fix test

SVN: 22676
parent 7707bc69
No related branches found
No related tags found
No related merge requests found
......@@ -1067,7 +1067,8 @@ public interface ICommonServer extends IServer
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
public String getTemplateColumns(String sessionToken, EntityKind kind, String type,
boolean autoGenerate, boolean withExperiments, BatchOperationKind operationKind);
boolean autoGenerate, boolean withExperiments, boolean withSpace,
BatchOperationKind operationKind);
/**
* Updates file format type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment