We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d618adb + 6b7d7af commit c15bffdCopy full SHA for c15bffd
java-demo/src/main/java/com/example/java_demo/MainActivity.java
@@ -26,7 +26,7 @@ protected void onCreate(Bundle savedInstanceState) {
26
setContentView(R.layout.activity_main);
27
28
HashMap<String, String> meta = new HashMap<>();
29
- //initialize Thepeer SDK
+ // initialize Thepeer SDK
30
Thepeer thepeer =new Thepeer.Builder(
31
this,
32
new BigDecimal("100000.00"),
@@ -61,4 +61,4 @@ public void onClick(View v) {
61
}
62
63
64
-}
+}
0 commit comments