mike-jumper commented on issue #348: GUACAMOLE-422: Forward Timezone to RDP and SSH Connections URL: https://github.com/apache/guacamole-client/pull/348#issuecomment-489670509 Ah, good point. Never mind. On Mon, May 6, 2019, 08:02 Virtually Nick <[email protected]> wrote: > *@necouchman* commented on this pull request. > ------------------------------ > > In > guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleProtocolVersion.java > <https://github.com/apache/guacamole-client/pull/348#discussion_r281224615> > : > > > + return patch; > + } > + > + /** > + * Determines whether or not this object is greater than or equal to the > + * the version passed in to the method. Returns a boolean true if the > + * version is the same as or greater than the other version, otherwise > + * false. > + * > + * @param otherVersion > + * The version to which this object should be compared. > + * > + * @return > + * True if this object is greater than or equal to the other version. > + */ > + public boolean atLeast(GuacamoleProtocolVersion otherVersion) { > > Ah, but guacamole-common is not at Java 8, it's still at Java 6. So, > we'll either have to bring it up, or do this another way... > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/guacamole-client/pull/348#discussion_r281224615>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ABDLCSOPPUSHWU3UJJFSKY3PUBCARANCNFSM4GMCXWBQ> > . >
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
