Skip to content

Commit ca7db9b

Browse files
committed
fixed newline character insertion
1 parent 76a5b8d commit ca7db9b

File tree

1 file changed

+5
-0
lines changed
  • server/src/main/java/pl/piotrowski/remotetexteditor/model

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package pl.piotrowski.remotetexteditor.model;
2+
3+
public interface Updatable {
4+
void applyUpdate(Update update);
5+
}

0 commit comments

Comments
 (0)