Skip to content

Commit

Permalink
Revert "Test change"
Browse files Browse the repository at this point in the history
This reverts commit 1237580.
  • Loading branch information
kqarryzada committed Jul 19, 2024
1 parent 1237580 commit 6b943ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.fasterxml.jackson.core.JsonFactory;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.ObjectCodec;
import com.fasterxml.jackson.core.io.ContentReference;
import com.fasterxml.jackson.core.io.IOContext;
import com.unboundid.scim2.common.annotations.NotNull;
import com.unboundid.scim2.common.annotations.Nullable;
Expand Down Expand Up @@ -69,8 +68,7 @@ protected ScimJsonFactory(@NotNull final ScimJsonFactory sourceFactory,
JsonParser createScimFilterParser(@NotNull final Reader r)
throws IOException
{
ContentReference reference = ContentReference.construct(true, r);
IOContext ctxt = _createContext(reference, false);
IOContext ctxt = _createContext(r, false);
return new ScimFilterJsonParser(ctxt, _parserFeatures, r, _objectCodec,
_rootCharSymbols.makeChild(_factoryFeatures));
}
Expand Down

0 comments on commit 6b943ed

Please sign in to comment.