Skip to content

Commit

Permalink
Fixes issue #45 - Fix code smell (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Apr 2, 2023
1 parent cb69c87 commit 8ae5087
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class YAMLReflectionDeserializer implements YAMLDeserializer {

@Override
public Object readFrom(LineNumberReader reader, YAMLDeserializerContext context) throws IOException {
Object object = null;
return object;
return null;
}
}

0 comments on commit 8ae5087

Please sign in to comment.