File tree Expand file tree Collapse file tree
bhuwan/src/main/java/com/lftechnology/phpjava/one Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ */
4+ package com .lftechnology .phpjava .one ;
5+
6+ /**
7+ * @author bhuwan
8+ *
9+ */
10+ public class ClassDemo {
11+
12+ /**
13+ * @param args
14+ */
15+ public static void main (String [] args ) {
16+ System .out .println ();
17+ System .out .println ("Hello Sita!" );
18+ }
19+
20+ }
Original file line number Diff line number Diff line change 1+ /**
2+ *
3+ */
4+ /**
5+ * @author bhuwan
6+ *
7+ */
8+ package com .lftechnology .phpjava .one ;
Original file line number Diff line number Diff line change 1616 <module >bhuwan</module >
1717 <module >sanjay</module >
1818 </modules >
19+ <build >
20+ <plugins >
21+ <plugin >
22+ <groupId >org.apache.maven.plugins</groupId >
23+ <artifactId >maven-compiler-plugin</artifactId >
24+ <version >3.5.1</version >
25+ <configuration >
26+ <source >1.8</source >
27+ <target >1.8</target >
28+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1932</project >
You can’t perform that action at this time.
0 commit comments