File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,13 @@ Flyweight.
2282283 . Implement the code changes in your fork. Remember to add sufficient comments
229229 documenting the implementation. Reference the issue id e.g. #52 in your
230230 commit messages.
231- 4 . Create a simple class diagram from your example code and put it inside of the etc folder.
232- 5 . Add description of the pattern in index.md and link to the class diagram.
231+ 4 . Format the code according to [ Google Java Style Guide] ( https://google.github.io/styleguide/javaguide.html )
232+ * [ Eclipse configuration] ( https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml )
233+ * [ IntelliJ configuration] ( https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml )
234+ 5 . Create a simple class diagram from your example code and put it inside of the etc folder.
235+ 6 . Add description of the pattern in index.md and link to the class diagram.
233236 (Attention, all internal links must be relative to the pattern subdirectory, else the links dont link properly on the website)
234- 6 . Create a pull request.
237+ 7 . Create a pull request.
235238
236239** Structure of the index.md file**
237240
You can’t perform that action at this time.
0 commit comments