| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,9 +23,9 @@ | |||
| 23 | 23 | public class BulletData { | |
| 24 | 24 | ||
| 25 | 25 | @JsOverlay | |
| 26 | - public static BulletData bulletData(String x, double y) { | ||
| 26 | + public static BulletData bulletData(String name, double y) { | ||
| 27 | 27 | BulletData data = new BulletData(); | |
| 28 | - data.name = x; | ||
| 28 | + data.name = name; | ||
| 29 | 29 | data.y = y; | |
| 30 | 30 | return data; | |
| 31 | 31 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments