Skip to content

Commit b9b57da

Browse files
authored
[JAVA-46871] Created new module core-java-lang-oop-methods-2 and moved code from core-java-lang-oop-methods (#18592)
1 parent 39a3f0c commit b9b57da

File tree

21 files changed

+79
-60
lines changed

21 files changed

+79
-60
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>core-java-lang-oop-methods-2</artifactId>
7+
<packaging>jar</packaging>
8+
<name>core-java-lang-oop-methods-2</name>
9+
10+
<parent>
11+
<artifactId>core-java-modules</artifactId>
12+
<groupId>com.baeldung.core-java-modules</groupId>
13+
<version>0.0.1-SNAPSHOT</version>
14+
</parent>
15+
16+
</project>

0 commit comments

Comments
 (0)