Skip to content

Commit f7947f4

Browse files
committed
Update
Removed accidental duplication. Signed-off-by: Simon Bailey <simon@newtriks.com>
1 parent 446ffa1 commit f7947f4

File tree

1 file changed

+0
-1
lines changed
  • examples/strong_typed_json/src/com/project/model/vo

1 file changed

+0
-1
lines changed

examples/strong_typed_json/src/com/project/model/vo/TeamVO.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package com.project.model.vo
66
*/
77
public class TeamVO
88
{
9-
public var name:String;
109
public var name:String;
1110
public var players:Array;
1211
public var logoURL:String;

0 commit comments

Comments
 (0)