Skip to content

Commit

Permalink
Small fixes and cleanup.
Browse files Browse the repository at this point in the history
Spellcheck, etc.
  • Loading branch information
RezzedUp committed Jan 7, 2022
1 parent 78942d1 commit 055755b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
50 changes: 25 additions & 25 deletions .run/build-production.run.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="build-production" type="MavenRunConfiguration" factoryName="Maven">
<MavenSettings>
<option name="myGeneralSettings"/>
<option name="myRunnerSettings"/>
<option name="myRunnerParameters">
<MavenRunnerParameters>
<option name="profiles">
<set/>
</option>
<option name="goals">
<list/>
</option>
<option name="pomFileName"/>
<option name="profilesMap">
<map>
<entry key="production" value="true"/>
</map>
</option>
<option name="resolveToWorkspace" value="true"/>
<option name="workingDirPath" value="$PROJECT_DIR$"/>
</MavenRunnerParameters>
</option>
</MavenSettings>
<method v="2"/>
</configuration>
<configuration default="false" name="build-production" type="MavenRunConfiguration" factoryName="Maven">
<MavenSettings>
<option name="myGeneralSettings"/>
<option name="myRunnerSettings"/>
<option name="myRunnerParameters">
<MavenRunnerParameters>
<option name="profiles">
<set/>
</option>
<option name="goals">
<list/>
</option>
<option name="pomFileName"/>
<option name="profilesMap">
<map>
<entry key="production" value="true"/>
</map>
</option>
<option name="resolveToWorkspace" value="true"/>
<option name="workingDirPath" value="$PROJECT_DIR$"/>
</MavenRunnerParameters>
</option>
</MavenSettings>
<method v="2"/>
</configuration>
</component>
20 changes: 10 additions & 10 deletions .run/update-license-headers.run.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="update-license-headers" type="MavenRunConfiguration" factoryName="Maven">
<MavenSettings>
<option name="myGeneralSettings" />
<option name="myRunnerSettings" />
<option name="myGeneralSettings"/>
<option name="myRunnerSettings"/>
<option name="myRunnerParameters">
<MavenRunnerParameters>
<option name="profiles">
<set />
<set/>
</option>
<option name="goals">
<list>
<option value="license:format" />
<option value="license:format"/>
</list>
</option>
<option name="pomFileName" />
<option name="pomFileName"/>
<option name="profilesMap">
<map />
<map/>
</option>
<option name="resolveToWorkspace" value="true" />
<option name="workingDirPath" value="$PROJECT_DIR$" />
<option name="resolveToWorkspace" value="true"/>
<option name="workingDirPath" value="$PROJECT_DIR$"/>
</MavenRunnerParameters>
</option>
</MavenSettings>
<method v="2" />
<method v="2"/>
</configuration>
</component>
</component>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>http://mozilla.org/MPL/2.0</url>
<url>https://mozilla.org/MPL/2.0</url>
</license>
</licenses>

Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:git://github.com/RezzedUp/Constants.git</connection>
<developerConnection>scm:git:ssh://github.com:RezzedUp/Constants.git</developerConnection>
<url>http://github.com/RezzedUp/Constants</url>
<url>https://github.com/RezzedUp/Constants</url>
</scm>

<issueManagement>
Expand Down Expand Up @@ -90,7 +90,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<!-- Add license header -->
<!-- Add license headers -->
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rezzedup/util/constants/types/Cast.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private Unsafe() {}
/**
* Attempts to cast an object into the specified generic type.
*
* <p><b>Warning:</b> since generic type nformation is erased, casting will "succeed"
* <p><b>Warning:</b> since generic type information is erased, casting will "succeed"
* for <b>any</b> instance of a generic class.</p>
*
* @param type generic type to cast into
Expand Down

0 comments on commit 055755b

Please sign in to comment.