You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by GitBox <gi...@apache.org> on 2019/10/24 07:16:54 UTC

[GitHub] [wicket] martin-g commented on issue #394: Fix JavaDoc comment for PackageResource.getResourceStream()

martin-g commented on issue #394: Fix JavaDoc comment for PackageResource.getResourceStream()
URL: https://github.com/apache/wicket/pull/394#issuecomment-545781124
 
 
   Why do you think it cannot be null ? 
   `org.apache.wicket.core.util.resource.locator.IResourceStreamLocator#locate(java.lang.Class<?>, java.lang.String, java.lang.String, java.lang.String, java.util.Locale, java.lang.String, boolean)` can return null. PackageResource will just wrap it in ProcessingResourceStream if it not null.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services