kirklund commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r691650465
##########
File path:
geode-serialization/src/main/java/org/apache/geode/internal/serialization/SerializationSanctionedSerializablesService.java
##########
@@ -12,15 +12,14 @@
* or implied. See the License for the specific language governing permissions
and limitations under
* the License.
*/
-package org.apache.geode.distributed.internal;
+package org.apache.geode.internal.serialization;
-import java.io.IOException;
-import java.util.Collection;
+import java.net.URL;
-public interface DistributedSystemService {
- void init(InternalDistributedSystem internalDistributedSystem);
+public class SerializationSanctionedSerializablesService implements
SanctionedSerializablesService {
Review comment:
Local git diffs are correct, but github is incorrectly showing that
DistributedSystemService changed to SerializationSanctionedSerializablesService.
--
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]