Skip to content

Commit 43923b6

Browse files
NGElement no longer needs to pretend to be a WOElement (WOLips fixed)
1 parent 74f79ee commit 43923b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ng-appserver/src/main/java/ng/appserver/templating/NGElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import ng.kvc.NGKeyValueCoding.UnknownKeyException;
88
import ng.xperimental.NGErrorMessageElement;
99

10-
public interface NGElement /*extends WOElement */ {
10+
public interface NGElement {
1111

1212
public default void takeValuesFromRequest( NGRequest request, NGContext context ) {}
1313

0 commit comments

Comments
 (0)