提交 61df1c44 编写于 作者: S serge-rider

#3692 Long LOBs editor - mark as modified


Former-commit-id: fbba1c7b
上级 85087204
......@@ -339,7 +339,8 @@ public class ContentEditorInput implements IPathEditorInput, DBPContextProvider,
DBDContent content = (DBDContent) value;
DBDContentStorage storage = content.getContents(monitor);
if (storage instanceof DBDContentStorageLocal) {
// Nothing to update - we user content's storage
// Nothing to update - we use content's storage
content.updateContents(monitor, storage);
contentDetached = true;
} else if (storage instanceof DBDContentCached) {
// Create new storage and pass it to content
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册