Polishing

This commit is contained in:
Sam Brannen 2020-05-14 13:18:49 +02:00
parent 23498294de
commit fe3b36af68
1 changed files with 0 additions and 1 deletions

View File

@ -598,7 +598,6 @@ public class MediaType extends MimeType implements Serializable {
throw new InvalidMediaTypeException(ex);
}
try {
//return new MediaType(type.getType(), type.getSubtype(), type.getParameters());
return new MediaType(type);
}
catch (IllegalArgumentException ex) {