Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jul 19, 2024
1 parent 3acc0c5 commit 2c3e8ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.oneteme</groupId>
<artifactId>inspect-core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>
<name>inspect-core</name>
<description>INtegrated System Performance Evaluation and Communication Tracking core libray</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/usf/inspect/core/MainSessionAspect.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Object aroundBatch(ProceedingJoinPoint joinPoint) throws Throwable {
finally {
endSession();
}
} //TD merge 2 block
}
return call(joinPoint::proceed, (s,e,o,t)-> {
var ss = new LocalRequest();
fill(ss, s, e, joinPoint, t);
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/usf/inspect/core/RestSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ public class RestSession extends RestRequest implements Session, MutableStage {
private String cacheControl; //max-age, no-cache

private final AtomicInteger lock = new AtomicInteger();

}

0 comments on commit 2c3e8ca

Please sign in to comment.