You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by brampouwelse <gi...@git.apache.org> on 2013/02/06 07:48:39 UTC

wicket pull request: Update wicket-core/src/main/java/org/apache/wicket/res...

GitHub user brampouwelse opened a pull request:

    https://github.com/apache/wicket/pull/29

    Update wicket-core/src/main/java/org/apache/wicket/resource/loader/PackageStringResourceLoader

    
    Update PackageStringResourceLoader to use getPropertiesFactory() instead of  
    Application.get().getResourceSettings().getPropertiesFactory()

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brampouwelse/wicket patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/29.patch

----
commit 302ed0859fcf13c41dca4339934605b9d38511d6
Author: Bram Pouwelse <br...@pouwelse.com>
Date:   2013-02-06T06:48:03Z

    Update wicket-core/src/main/java/org/apache/wicket/resource/loader/PackageStringResourceLoader.java
    
    Update PackageStringResourceLoader to use getPropertiesFactory() instead of  
    Application.get().getResourceSettings().getPropertiesFactory()

----