mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 23:55:50 +00:00
This commit is contained in:
@@ -61,6 +61,12 @@ public class CustomSWFTags extends SWFTagTypesImpl {
|
||||
return actions;
|
||||
}
|
||||
|
||||
//added for https://webarchive.jira.com/browse/HER-2064
|
||||
@Override
|
||||
public SWFActions tagDoInitAction( int spriteId ) throws IOException{
|
||||
return actions;
|
||||
}
|
||||
|
||||
public SWFActions tagDoInActions(int spriteId) throws IOException {
|
||||
return actions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user