Change return value to variable IEnumerable because of replacement error 93/108393/1 accepted/tizen/mobile/20170104.222117 accepted/tizen/tv/20170104.222137 submit/tizen/20170104.074939
authorJiyong Min <jiyong.min@samsung.com>
Wed, 4 Jan 2017 07:39:34 +0000 (16:39 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 4 Jan 2017 07:44:46 +0000 (16:44 +0900)
commitd1ca68cc0db32436f6aa753141e8140593d7ba42
tree4e22f5ff017d10ca44c4286270afab40e4cd83a4
parentb85a1965e23f3d256d105ec7495ebb519f568204
Change return value to variable IEnumerable because of replacement error

 - Problem
  BAD_COPY_PASTE:
  In the expression variable IEnumerable possibly need to be replaced with List afer copy paste

 [Solution] Change 'List' to 'IEnumerable', IEnumerable need not to be replaced.

Change-Id: I98ddd53b46904a1ff783ee8bcd21e16ee1bd8582
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs
Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs