Skip to content

Commit

Permalink
fix: make AffixHeader to be public
Browse files Browse the repository at this point in the history
- Fix compile error in visibility inconsistency
  • Loading branch information
miurahr committed May 16, 2024
1 parent afe142c commit fd6f557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.dts.spell.dictionary.myspell;

class AffixHeader
public class AffixHeader
{
public char achar ;
public char type ;
Expand Down

0 comments on commit fd6f557

Please sign in to comment.