Skip to content

Commit

Permalink
Minor javadoc, warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 25, 2020
1 parent b758388 commit 92c09b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/com/fasterxml/jackson/core/TSFBuilder.java
Expand Up @@ -42,9 +42,10 @@ public abstract class TSFBuilder<F extends JsonFactory,
/* Configured features
/**********************************************************************
*/

/**
* Set of {@link TokenStreamFactory.Feature}s enabled, as bitmask.
* Set of {@link com.fasterxml.jackson.core.JsonFactory.Feature}s enabled,
* as bitmask.
*/
protected int _factoryFeatures;

Expand Down
Expand Up @@ -293,6 +293,7 @@ public void testParserDelegate() throws IOException
/**
* Test default, non-overridden generator delegate.
*/
@SuppressWarnings("deprecation")
public void testGeneratorDelegate() throws IOException
{
final String TOKEN ="foo";
Expand Down Expand Up @@ -420,6 +421,7 @@ public void testDelegateCopyMethods() throws IOException

del.close();
g0.close();
p.close();
assertEquals("[123,false]", sw.toString());
}

Expand Down

0 comments on commit 92c09b7

Please sign in to comment.