Update LICENSE and correct wrong spelling

This commit is contained in:
cyp0633 2022-01-06 21:05:27 +08:00
parent faf68a8318
commit 6bf1a078ba
Signed by: cyp0633
GPG Key ID: CF90D09FB1FDCE45
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Yupeng Chen
Copyright (c) 2022 Yupeng Chen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
package ObjectProgramming.one.count;
//计算int型二进制的个数
//计算int型二进制1的个数
import java.util.*;
public class CountOne {