Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
/*
* Copyright 2004-2006 Stefan Reuter
* Copyright 2004-2022 Asterisk-Java contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.asteriskjava.manager.internal;

Expand Down Expand Up @@ -50,7 +49,7 @@
import static org.asteriskjava.manager.ManagerConnectionState.*;

/**
* Internal implemention of the ManagerConnection interface.
* Internal implementation of the ManagerConnection interface.
*
* @author srt
* @version $Id$
Expand Down Expand Up @@ -79,6 +78,7 @@ public class ManagerConnectionImpl extends Lockable implements ManagerConnection
"5.0", // Asterisk 16
"6.0", // Asterisk 17
"7.0", // Asterisk 18
"10.0.0", // Asterisk 20
};

private static final AtomicLong idCounter = new AtomicLong(0);
Expand Down