Skip to content

Instantly share code, notes, and snippets.

@bsdf
Created August 10, 2011 21:44
Show Gist options
  • Save bsdf/1138358 to your computer and use it in GitHub Desktop.
Save bsdf/1138358 to your computer and use it in GitHub Desktop.
constructor
//---------------------------------------------------------------------
//
// Constructor
//
//---------------------------------------------------------------------
/**
* Constructor
*/
public function AbstractSingletonProxyHelloWorldFactoryBean() // Constructor
{
super();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment