kirklund commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r692568008
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/CoreSanctionedSerializablesService.java
##########
@@ -12,20 +12,16 @@
* or implied. See the License for the specific language governing permissions
and limitations under
* the License.
*/
-package org.apache.geode.codeAnalysis;
+package org.apache.geode.internal;
+import java.net.URL;
-import org.apache.geode.internal.memcached.GeodeMemcachedService;
+import org.apache.geode.internal.serialization.SanctionedSerializablesService;
-public class AnalyzeMemcachedSerializablesJUnitTest extends
AnalyzeSerializablesJUnitTestBase {
+public class CoreSanctionedSerializablesService implements
SanctionedSerializablesService {
Review comment:
Local git diffs are correct, but github is incorrectly showing that
AnalyzeMemcachedSerializablesJUnitTest changed to
CoreSanctionedSerializablesService.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]