Skip to content

Commit

Permalink
bug fix postfix templates preview
Browse files Browse the repository at this point in the history
  • Loading branch information
anstarovoyt committed Apr 29, 2014
1 parent 2b4b915 commit 8c562a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
public class Foo {
void m() {
int foo = 100;
<spot>foo</spot>.fori
}
}
public void m(String value) {
<spot>value</spot>$key
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
Insert statement in try-with-resources block.
Insert statement in try-with-resources block (java 7 or higher requires).
</body>
</html>

0 comments on commit 8c562a2

Please sign in to comment.