Skip to content

Commit

Permalink
rpc: move MemoryAllocator into org.dcache.oncrpc4j.rpc package
Browse files Browse the repository at this point in the history
fixes falsely places package

Acked-by: Lea Morschel
Target: master
  • Loading branch information
kofemann committed Jan 4, 2021
1 parent 656391d commit cab1d81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
package org.dcache.oncrpc4j.grizzly;

import org.dcache.oncrpc4j.MemoryAllocator;
import org.dcache.oncrpc4j.rpc.MemoryAllocator;
import org.dcache.oncrpc4j.rpc.RpcMessageParserTCP;
import org.dcache.oncrpc4j.rpc.RpcMessageParserUDP;
import org.dcache.oncrpc4j.rpc.net.IpProtocolType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* details); if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
package org.dcache.oncrpc4j;
package org.dcache.oncrpc4j.rpc;

/**
* Defines how memory allocation should take place.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.google.common.annotations.Beta;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import org.dcache.oncrpc4j.MemoryAllocator;
import org.dcache.oncrpc4j.rpc.gss.GssSessionManager;

import java.util.HashMap;
Expand Down

0 comments on commit cab1d81

Please sign in to comment.