Skip to content

Commit

Permalink
Explicitly state that NGAjaxResponse probably shouldn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Mar 16, 2024
1 parent 67f97fc commit 522d379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ng-appserver/src/main/java/ng/appserver/NGAjaxResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

import java.util.List;

/**
* FIXME: This class should probably not exist. Only for experimental AJAX functionality // Hugi 2024-03-16
*/

public class NGAjaxResponse extends NGResponse {

private NGContext _context;
Expand Down

0 comments on commit 522d379

Please sign in to comment.