Skip to content

Commit

Permalink
We don't have stateless components so not a FIXME. BALETED!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jul 1, 2023
1 parent 72c7e13 commit 22b7b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public String name() {
/**
* @return A new component of the given class in the given context
*
* FIXME: In the case of stateless components, we are going to want to share an already cached instance // Hugi 2022-10-19
* CHECKME: In the case of stateless components, we are going to want to share an already cached instance // Hugi 2022-10-19
*/
public NGComponent componentInstanceInContext( final NGContext context ) {
Objects.requireNonNull( context );
Expand Down

0 comments on commit 22b7b10

Please sign in to comment.