Skip to content

Commit baf7d1b

Browse files
committed
Refresh file causing problems..
1 parent 2b89a61 commit baf7d1b

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

src/ServiceStackIDEA/.idea/workspace.xml

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/src/AddRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private void onOK() throws IOException {
117117
if(!writeDtoFile(javaCodeLines,dtoPath)) {
118118
return;
119119
}
120-
refreshFile(dtoPath,false);
120+
//refreshFile(dtoPath,false);
121121
dispose();
122122
}
123123

0 commit comments

Comments
 (0)