Skip to content

Commit

Permalink
Cleaning up imports in ViewGroupManager
Browse files Browse the repository at this point in the history
Summary: Trivial cleanup of imports in ViewGroupManager class

Reviewed By: shergin

Differential Revision: D10343029

fbshipit-source-id: 0b049df545a4101f11dd67809c9a96723e746945
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 13, 2018
1 parent ca3a6e8 commit 082a869
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@

package com.facebook.react.uimanager;

import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.WeakHashMap;

import android.view.View;
import android.view.ViewGroup;

import java.util.List;
import java.util.WeakHashMap;
import javax.annotation.Nullable;

/**
Expand Down

0 comments on commit 082a869

Please sign in to comment.