Commit 5fb38c20 authored by Maxim.Mossienko's avatar Maxim.Mossienko
Browse files

accessor for physical content property

parent b0b5941a
Showing with 4 additions and 0 deletions
+4 -0
......@@ -270,4 +270,8 @@ public class FileContentImpl extends UserDataHolderBase implements FileContent {
}
return psi;
}
public boolean isPhysicalContent() {
return myPhysicalContent;
}
}
Supports Markdown
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