From d65853422ce1bf676c6b7507cd6080b22f103673 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 28 Mar 2015 00:28:42 -0700 Subject: [PATCH] GUAC-1138: There is no dot-decimal notation in IPv6. Incorrect comment. --- guacamole/src/main/webapp/app/list/types/IPv6Network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/list/types/IPv6Network.js b/guacamole/src/main/webapp/app/list/types/IPv6Network.js index b1a9a4643..5d7ad9515 100644 --- a/guacamole/src/main/webapp/app/list/types/IPv6Network.js +++ b/guacamole/src/main/webapp/app/list/types/IPv6Network.js @@ -29,7 +29,7 @@ angular.module('list').factory('IPv6Network', [ /** * Represents an IPv6 network as a pairing of base address and netmask, * both of which are in binary form. To obtain an IPv6Network from - * standard CIDR or dot-decimal notation, use IPv6Network.parse(). + * standard CIDR notation, use IPv6Network.parse(). * * @constructor * @param {Number[]} addressGroups