Skip to content

Commit

Permalink
Changed order of highest supported version and lowest supported versi…
Browse files Browse the repository at this point in the history
…on in REMOTE-NODE class.
  • Loading branch information
flambard committed Jul 8, 2013
1 parent 18dd394 commit e968443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote-node.lisp
Expand Up @@ -10,8 +10,8 @@
(port :reader remote-node-port :initarg :port)
(node-type :initarg :node-type) ;; 'ERLANG or 'HIDDEN
(protocol :initarg :protocol :initform 0) ;; 0 (TCP/IP v4)
(lowest-version :initarg :lowest-version)
(highest-version :initarg :highest-version)
(lowest-version :initarg :lowest-version)
(name :reader remote-node-name :initarg :name :documentation "The name of the remote node.")
(host :reader remote-node-host :initarg :host)
(full-name :initarg :full-name :initform nil)
Expand Down

0 comments on commit e968443

Please sign in to comment.