We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998bf2b commit e739549Copy full SHA for e739549
1 file changed
ng-appserver/src/main/java/ng/appserver/templating/NGElement.java
@@ -1,15 +1,13 @@
1
package ng.appserver.templating;
2
3
-import com.webobjects.appserver.WOElement;
4
-
5
import ng.appserver.NGActionResults;
6
import ng.appserver.NGContext;
7
import ng.appserver.NGRequest;
8
import ng.appserver.NGResponse;
9
import ng.kvc.NGKeyValueCoding.UnknownKeyException;
10
import ng.xperimental.NGErrorMessageElement;
11
12
-public interface NGElement extends WOElement {
+public interface NGElement /*extends WOElement */ {
13
14
public default void takeValuesFromRequest( NGRequest request, NGContext context ) {}
15
0 commit comments