Skip to content

Commit

Permalink
Merge pull request #380 from wagnert/master
Browse files Browse the repository at this point in the history
Make registerEpbReferences() and registerResReferences() public
  • Loading branch information
wagnert committed Jan 17, 2015
2 parents f83583c + 1a70c7b commit c615c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppserverIo/Appserver/Core/AbstractManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function newReflectionClass($className)
* @return void
* @todo Replace lookupProxy callback with real proxy instance
*/
protected function registerEpbReference(EpbReferenceDescriptorInterface $epbReference)
public function registerEpbReference(EpbReferenceDescriptorInterface $epbReference)
{

$application = null;
Expand Down Expand Up @@ -246,7 +246,7 @@ protected function registerEpbReference(EpbReferenceDescriptorInterface $epbRefe
*
* @return void
*/
protected function registerResReference(ResReferenceDescriptorInterface $resReference)
public function registerResReference(ResReferenceDescriptorInterface $resReference)
{
$application = null;
$name = '';
Expand Down

0 comments on commit c615c6b

Please sign in to comment.