Skip to content

Commit

Permalink
No need to use FQN for imported type
Browse files Browse the repository at this point in the history
Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
  • Loading branch information
pzygielo authored and markt-asf committed Feb 7, 2020
1 parent 3d37a89 commit 55f2664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Obje
descriptor.setExpert(false);
descriptor.setHidden(false);
descriptor.setPreferred(true);
descriptor.setValue("type", jakarta.servlet.jsp.PageContext.class);
descriptor.setValue("type", PageContext.class);
descriptor.setValue("resolvableAtDesignTime", Boolean.TRUE);
list.add(descriptor);

Expand Down

0 comments on commit 55f2664

Please sign in to comment.