File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/arangodb/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public <T> T execute(
73
73
T deserialize = responseDeserializer .deserialize (response );
74
74
75
75
if (deserialize instanceof MetaAware ) {
76
- LOG .debug ("Respone is MetaAware " + deserialize .getClass ().getName ());
76
+ LOG .debug ("Response is MetaAware " + deserialize .getClass ().getName ());
77
77
((MetaAware ) deserialize ).setMeta (response .getMeta ());
78
78
}
79
79
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public List<Host> getHostsList() {
33
33
public void addHost (Host newHost ) {
34
34
35
35
if (hosts .contains (newHost )) {
36
- LOGGER .debug ("Host" + newHost + " allready in Set" );
36
+ LOGGER .debug ("Host" + newHost + " already in Set" );
37
37
38
38
for (Host host : hosts ) {
39
39
if (host .equals (newHost )) {
You can’t perform that action at this time.
0 commit comments