Skip to content

Commit

Permalink
The class description (usage) was outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi-ishio committed Mar 21, 2021
1 parent 0a0b550 commit 27005c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/selogger/weaver/ClassTransformer.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import selogger.weaver.method.MethodTransformer;

/**
* A class implements weaves logging code into a Java class file.
* Please use static transform(byte[]) or transform(inputFilename, outputFilename) method.
* This class weaves logging code into a Java class file.
* The constructors execute the weaving process.
*/
public class ClassTransformer extends ClassVisitor {

Expand Down

0 comments on commit 27005c6

Please sign in to comment.