Skip to content

Commit

Permalink
Make ConnectionProfileManagerProvider @singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Dec 12, 2013
1 parent cb81ad7 commit a2439a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package org.hibernate.forge.addon.connections;

import javax.inject.Inject;
import javax.inject.Singleton;

@Singleton
public class ConnectionProfileManagerProviderImpl implements
ConnectionProfileManagerProvider {

Expand Down

0 comments on commit a2439a3

Please sign in to comment.