Skip to content

Commit

Permalink
Added another link in Readme and updated year in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
satyabarghav committed Oct 3, 2023
1 parent cb2d794 commit ad497a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Use the Adapter pattern when
* [Dzone](https://dzone.com/articles/adapter-design-pattern-in-java)
* [Refactoring Guru](https://refactoring.guru/design-patterns/adapter/java/example)
* [Baeldung](https://www.baeldung.com/java-adapter-pattern)
* [GeeksforGeeks](https://www.geeksforgeeks.org/adapter-pattern/)


## Consequences
Class and object adapters have different trade-offs. A class adapter
Expand Down
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
The MIT License
Copyright © 2014-2022 Ilkka Seppälä
Copyright © 2014-2023 Ilkka Seppälä
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ad497a0

Please sign in to comment.