Skip to content

Commit

Permalink
Make IHS private
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed May 14, 2010
1 parent 95cb1b2 commit 6fd231b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -19,7 +19,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.jboss.msc.util;
package org.jboss.msc.service;

import java.io.IOException;
import java.io.Serializable;
Expand All @@ -45,7 +45,7 @@
*
* @author Jason T. Greene
*/
public class IdentityHashSet<E> extends AbstractSet<E> implements Set<E>, Cloneable, Serializable {
class IdentityHashSet<E> extends AbstractSet<E> implements Set<E>, Cloneable, Serializable {
/**
* Marks null keys.
*/
Expand Down
Expand Up @@ -24,7 +24,6 @@

import java.util.Arrays;
import java.util.concurrent.Executor;
import org.jboss.msc.util.IdentityHashSet;
import org.jboss.msc.value.Value;

/**
Expand Down

0 comments on commit 6fd231b

Please sign in to comment.