You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the try-catch outside the for loop. This way if any WikiPage has an error, the whole list will suffer. Am I missing something?
I would think the try-catch to be inside the for loop.
The text was updated successfully, but these errors were encountered:
wikiparser/src/main/java/edu/illinois/cs/cogcomp/wikiparser/wikiparse/JsonConverter.java
Line 34 in 1975fe7
Why is the try-catch outside the for loop. This way if any WikiPage has an error, the whole list will suffer. Am I missing something?
I would think the try-catch to be inside the for loop.
The text was updated successfully, but these errors were encountered: