Skip to content

Commit

Permalink
fix Code Smells (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
outbreaker authored Jan 10, 2021
1 parent efdade0 commit af35506
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## Implementation
### Code-Style
https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml
<https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml>

10 changes: 9 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 1.1.1

Bug fixes:
* Properties in in loaded files with wrong number value would reset to default value
* Ignore empty properties in files
* Fix Code Smells

# Release 1.1.0

Implemented features:
Expand All @@ -21,4 +28,5 @@ Implemented features:
* UI for Adapter-API-Properties with default Values
* UI for Multi-Labor Configuration

> Support Adapter 1.1.0
> Support Adapter 1.1.0

0 comments on commit af35506

Please sign in to comment.