-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package name of source files changed from net.easypark to com.olku
- Loading branch information
Showing
15 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
autoproxy-annotations/src/main/java/com/olku/annotations/AutoProxy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.NonNull; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
autoproxy-annotations/src/main/java/com/olku/annotations/AutoProxyClassGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.NonNull; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
autoproxy-annotations/src/main/java/com/olku/annotations/RetBool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
autoproxy-annotations/src/main/java/com/olku/annotations/RetNumber.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
autoproxy-annotations/src/main/java/com/olku/annotations/Returns.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.StringDef; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
autoproxy-generators/src/main/java/com/olku/generators/RetBoolGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
autoproxy-generators/src/main/java/com/olku/generators/RetNumberGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
autoproxy-generators/src/main/java/com/olku/generators/ReturnsGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
autoproxy-generators/src/main/java/com/olku/generators/ReturnsPoet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.generators; | ||
package com.olku.generators; | ||
|
||
import androidx.annotation.*; | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
autoproxy-processor/src/main/java/com/olku/processors/AutoProxyProcessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
autoproxy-rx-annotations/src/main/java/com/olku/annotations/RetRx.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.annotations; | ||
package com.olku.annotations; | ||
|
||
import androidx.annotation.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
autoproxy-rx-generators/src/main/java/com/olku/generators/JustRxGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package net.easypark.generators; | ||
package com.olku.generators; | ||
|
||
import androidx.annotation.*; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
autoproxy-rx-generators/src/main/java/com/olku/generators/RetRxGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters