Skip to content

Commit

Permalink
Cleanup typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 13, 2023
1 parent c79f2a3 commit a66d7cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .lgtm.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http://creativecommons.org/licenses/by/4.0/

MIT License

Copyright (c) 2014-2022 Dr. Ullrich Hafner
Copyright (c) 2014-2023 Dr. Ullrich Hafner

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "analysis-model",
"name": "codingstyle",
"version": "1.0.0",
"description": "Static Analysis Model and Parsers",
"description": "Java coding style",
"directories": {
"doc": "doc"
},
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<name>Java coding style</name>
<description>Provides all necessary resources for a Java project to enforce the coding style that I am using
in my lectures about software development at Munich University of Applied Sciences and in all of my
open source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover,
it provides some sample classes that already use this style guide. This classes can be used as such but are not
open-source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover,
it provides some sample classes that already use this style guide. These classes can be used as such but are not
required in this project. These classes also use some additional libraries that are included using the Maven
dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.
</description>
Expand Down

0 comments on commit a66d7cf

Please sign in to comment.