Commit 7fec8627 by lepdou

update

parent db1bbf24
......@@ -37,6 +37,7 @@ public class FileTextResolver implements ConfigTextResolver {
item.setId(itemId);
item.setNamespaceId(namespaceId);
item.setValue(value);
item.setLineNum(1);
item.setKey(ConfigConsts.CONFIG_FILE_CONTENT_KEY);
return item;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment