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(
7373 T deserialize = responseDeserializer .deserialize (response );
7474
7575 if (deserialize instanceof MetaAware ) {
76- LOG .debug ("Respone is MetaAware " + deserialize .getClass ().getName ());
76+ LOG .debug ("Response is MetaAware " + deserialize .getClass ().getName ());
7777 ((MetaAware ) deserialize ).setMeta (response .getMeta ());
7878 }
7979
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public List<Host> getHostsList() {
3333 public void addHost (Host newHost ) {
3434
3535 if (hosts .contains (newHost )) {
36- LOGGER .debug ("Host" + newHost + " allready in Set" );
36+ LOGGER .debug ("Host" + newHost + " already in Set" );
3737
3838 for (Host host : hosts ) {
3939 if (host .equals (newHost )) {
You can’t perform that action at this time.
0 commit comments