Skip to content

Commit

Permalink
#24093 Working on the migration task to populate missing contentlet a…
Browse files Browse the repository at this point in the history
…s JSON data
  • Loading branch information
jgambarios committed Mar 24, 2023
1 parent 5aa3a75 commit 7e85eba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ public void populateExcludingAssetSubType(String assetSubtype) throws SQLExcepti
* @throws DotDataException
* @throws IOException
*/
private void populate(@Nullable String assetSubtype, @Nullable String excludingAssetSubtype) throws SQLException, DotDataException, IOException {
private void populate(@Nullable String assetSubtype, @Nullable String excludingAssetSubtype)
throws SQLException, DotDataException, IOException {

final File populateJSONTaskDataFile = File.createTempFile("rows-task-230320", "tmp");

Expand Down

0 comments on commit 7e85eba

Please sign in to comment.