Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Berkheimer
messageapi
Commits
f0acb8cc
Commit
f0acb8cc
authored
Dec 14, 2020
by
Ryan Berkheimer
Browse files
Merge branch 'mac-develop' of k3.cicsnc.org:rberkheimer/messageapi into mac-develop
parents
5614c5f5
6449f50e
Pipeline
#6007
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/java/main/gov/noaa/messageapi/connections/DefaultConnection.java
View file @
f0acb8cc
...
...
@@ -16,6 +16,8 @@ import gov.noaa.messageapi.utils.general.ListUtils;
import
gov.noaa.messageapi.utils.general.MapUtils
;
import
gov.noaa.messageapi.utils.protocol.ConnectionUtils
;
import
java.applet.*
;
/**
* @author Ryan Berkheimer
*/
...
...
src/java/main/gov/noaa/messageapi/protocols/DefaultProtocol.java
View file @
f0acb8cc
...
...
@@ -19,6 +19,7 @@ import gov.noaa.messageapi.utils.general.ListUtils;
* an arbitrary number of connections. Each connection to each endpoint is a separate object.
* The default protocol also contains a Metadata object to allow tracking of information
* relevant to quality control of this class.
* This is a basic change
* @author Ryan Berkheimer
*/
public
class
DefaultProtocol
extends
BaseProtocol
implements
IProtocol
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment