From 6e2cf390ede6e0bba81a41df37dee4e304ede825 Mon Sep 17 00:00:00 2001 From: littlee Date: Mon, 16 Apr 2012 11:12:10 +0800 Subject: [PATCH] 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location Reviewed-by: alanb --- test/sun/{tools => rmi/rmic}/classpath/RMICClassPathTest.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/sun/{tools => rmi/rmic}/classpath/RMICClassPathTest.java (100%) diff --git a/test/sun/tools/classpath/RMICClassPathTest.java b/test/sun/rmi/rmic/classpath/RMICClassPathTest.java similarity index 100% rename from test/sun/tools/classpath/RMICClassPathTest.java rename to test/sun/rmi/rmic/classpath/RMICClassPathTest.java -- GitLab