Skip to content

Commit aedd81f

Browse files
committed
readme update
1 parent e4a0265 commit aedd81f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,21 @@ For example:
107107
"redirects": ["200.3.14.10"]
108108
},
109109
"domain": {
110-
"supported": true,
111-
"exists": ["203.in-addr.arpa"],
110+
"supported": true,
111+
"exists": ["203.in-addr.arpa"],
112112
"notExists": ["google.com"]
113113
},
114114
"nameserver": {
115115
"supported": false
116116
},
117117
"entity": {
118-
"supported": true,
119-
"exists": ["TP137-AP"],
118+
"supported": true,
119+
"exists": ["TP137-AP"],
120120
"notExists": ["@@@@@@@@"],
121121
"search": {
122122
"supported": true,
123123
"values": {
124-
"fn": [ "Test*" ],
124+
"fn": [ "Test*" ],
125125
"handle": [ "TP*" ]
126126
}
127127
}
@@ -141,6 +141,6 @@ See LICENSE.txt.
141141
Acknowledgments
142142
---------------
143143

144-
Viagénie (viagenie.ca) has conducted several live interoperability
145-
tests for the protocol, which were helpful in identifying specific
146-
behaviours that need to be tested.
144+
Viagénie (http://viagenie.ca) has conducted several live
145+
interoperability tests for the protocol, which were helpful in
146+
identifying specific behaviours that need to be tested.

src/main/java/net/apnic/rdap/conformance/attributetest/Entity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ public boolean run(final Context context, final Result proto,
260260
context, proto, data, knownAttributes, checkUnknown,
261261
Arrays.asList(
262262
new AsEventActor(),
263-
new ArrayAttribute(new Ip(), "networks"),
264-
new ArrayAttribute(new Autnum(), "autnums"),
263+
new ArrayAttribute(new Ip(), "networks"),
264+
new ArrayAttribute(new Autnum(), "autnums"),
265265
new StandardObject()
266266
)
267267
);

0 commit comments

Comments
 (0)