Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e281f1b authored by Nikita Iashchenko's avatar Nikita Iashchenko Committed by Automerger Merge Worker
Browse files

Merge "Rename MimeMap.Builder setter methods to match guidelines" am:...

Merge "Rename MimeMap.Builder setter methods to match guidelines" am: 9ef9fab0 am: 2368ec9e am: 4052d42e am: 40f1d1a2 am: 84f0f0f9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1690841

Change-Id: I212276c918117bf0c6dd1acea36ae4f3ed3b023d
parents 10759d1f 84f0f0f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class DefaultMimeMapFactory {
                    specs.add(spec);
                    startIdx = endIdx + 1; // skip over the space
                } while (startIdx < line.length());
                builder.put(specs.get(0), specs.subList(1, specs.size()));
                builder.addMimeMapping(specs.get(0), specs.subList(1, specs.size()));
            }
        } catch (IOException | RuntimeException e) {
            throw new RuntimeException("Failed to parse " + resourceName, e);