|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2015 jMonkeyEngine
|
|
|
+ * Copyright (c) 2015-2021 jMonkeyEngine
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -51,7 +51,7 @@ import java.util.logging.Logger;
|
|
|
public class ClientSerializerRegistrationsService extends AbstractClientService
|
|
|
implements MessageListener<Client> {
|
|
|
|
|
|
- static final Logger log = Logger.getLogger(SerializerRegistrationsMessage.class.getName());
|
|
|
+ private static final Logger log = Logger.getLogger(SerializerRegistrationsMessage.class.getName());
|
|
|
|
|
|
@Override
|
|
|
protected void onInitialize( ClientServiceManager serviceManager ) {
|