File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/edu/harvard/iq/dataverse/util/bagit Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3535import java .util .logging .Logger ;
3636import java .util .zip .ZipEntry ;
3737
38- import edu .harvard .iq .dataverse .util .BundleUtil ;
3938import org .apache .commons .codec .digest .DigestUtils ;
4039import org .apache .commons .compress .archivers .zip .ParallelScatterZipCreator ;
4140import org .apache .commons .compress .archivers .zip .ScatterZipOutputStream ;
7776import edu .harvard .iq .dataverse .settings .JvmSettings ;
7877import static edu .harvard .iq .dataverse .settings .SettingsServiceBean .Key .BagGeneratorThreads ;
7978import edu .harvard .iq .dataverse .util .json .JsonLDTerm ;
80- import java .util .Optional ;
8179
8280public class BagGenerator {
8381
@@ -873,7 +871,7 @@ private String generateInfoFile() {
873871
874872 }
875873
876- private String multilineWrap (String value ) {
874+ static private String multilineWrap (String value ) {
877875 // Normalize line breaks and ensure all lines after the first are indented
878876 String [] lines =value .split ("\\ r?\\ n" );
879877 StringBuilder wrappedValue = new StringBuilder ();
You can’t perform that action at this time.
0 commit comments