kirklund commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r691649492
##########
File path:
geode-memcached/src/main/java/org/apache/geode/internal/memcached/MemcachedSanctionedSerializablesService.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.memcached;
+import java.net.URL;
-import org.apache.geode.gfsh.internal.management.GfshDistributedSystemService;
+import org.apache.geode.internal.serialization.SanctionedSerializablesService;
-public class AnalyzeGfshSerializablesJUnitTest extends
AnalyzeSerializablesJUnitTestBase {
+public class MemcachedSanctionedSerializablesService implements
SanctionedSerializablesService {
Review comment:
Local git diffs are correct, but github is incorrectly showing that
AnalyzeGfshSerializablesJUnitTest changed to
MemcachedSanctionedSerializablesService.
--
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]