Skip to content

Commit 92fb5f1

Browse files
committed
added inheritance module related in project for idea intelliJ
1 parent b3fea7f commit 92fb5f1

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Compiled class file
22
.idea/*
33
*.class
4-
*.iml
54
# Log file
65
*.log
76

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
</component>
11+
</module>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
@author: Aseem Jain
3+
@title: Design Patterns with Java 9
4+
@link: https://premaseem.wordpress.com/category/computers/design-patterns/
5+
@copyright: 2018 Packt Publication
6+
*/
7+
module com.premaseem.inheritance {
8+
9+
}

0 commit comments

Comments
 (0)